All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tinygroup.chinese.Token Maven / Gradle / Ivy

The newest version!
package org.tinygroup.chinese;

/**
 * Created by luog on 15/4/13.
 */
public interface Token {
    /**
     * 返回类型
     * @return
     */
    TokenType getTokenType();

    /**
     * 返回文本
     * @return
     */
    String getWord();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy