org.ansj.recognition.Recognition 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.domain.Result;
import java.io.Serializable;
/**
* 词语结果识别接口,用来通过规则方式识别词语,对结果的二次加工
*
* @author Ansj
*
*/
public interface Recognition extends Serializable{
public void recognition(Result result) ;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy