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

com.whaleal.icefrog.extra.tokenizer.Result Maven / Gradle / Ivy

The newest version!
package com.whaleal.icefrog.extra.tokenizer;

import java.util.Iterator;

/**
 * 分词结果接口定义
* 实现此接口包装分词器的分词结果,通过实现Iterator相应方法获取分词中的单词 * * @author Looly * @author wh * */ public interface Result extends Iterator, Iterable{ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy