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

com.github.houbb.sentence.segment.api.ISentenceSegment Maven / Gradle / Ivy

package com.github.houbb.sentence.segment.api;

import java.util.List;

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

    /**
     * 分词实现
     * @param text 文本
     * @param context 上下文
     * @return 结果列表
     * @since 0.0.1
     */
    List segment(final String text,
                                        final ISentenceSegmentContext context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy