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

com.github.houbb.keyword.api.IKeyword Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package com.github.houbb.keyword.api;

import java.util.List;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy