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

org.ansj.recognition.Recognition Maven / Gradle / Ivy

There is a newer version: 5.1.6
Show newest version
package org.ansj.recognition;

import java.io.Serializable;

import org.ansj.domain.Result;

/**
 * 词语结果识别接口,用来通过规则方式识别词语,对结果的二次加工
 * 
 * @author Ansj
 *
 */
public interface Recognition extends Serializable{
	public void recognition(Result result) ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy