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

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

The newest version!
package org.tinygroup.chinese;

import java.util.List;

/**
 * 对句子进行评价
 * Created by luog on 15/4/20.
 */
public interface SentenceRank {
    void setWordParserManager(WordParserManager wordParserManager);
    int rank(List tokenList);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy