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

com.github.houbb.sentence.segment.support.result.ISentenceSegmentResultHandler Maven / Gradle / Ivy

package com.github.houbb.sentence.segment.support.result;

import com.github.houbb.sentence.segment.api.ISentenceSegmentResult;

import java.util.List;

/**
 * @author binbin.hou
 * @since 0.0.1
 */
public interface ISentenceSegmentResultHandler {

    /**
     * 结果处理
     * @param resultList 结果
     * @return 处理结果
     * @since 0.0.1
     */
    R handler(final List resultList);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy