org.ansj.recognition.TermArrRecognition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ansj_seg Show documentation
Show all versions of ansj_seg Show documentation
best java chinese word seg !
The newest version!
package org.ansj.recognition;
import org.ansj.util.Graph;
/**
* 词语识别接口,用来识别词语
*
* @author Ansj
*
*/
public interface TermArrRecognition {
public void recognition(Graph graph) ;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy