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

com.github.houbb.chinese.phrase.api.IChinesePhrase Maven / Gradle / Ivy

package com.github.houbb.chinese.phrase.api;

import java.util.List;

/**
 * 

project: chinese-phrase-IChinesePhrase

*

create on 2020/3/18 21:36

* * @author Administrator * @since 1.0.0 */ public interface IChinesePhrase { /** * 近义词 * @param phrase 词组 * @param context 上下文 * @return 结果列表 * @since 0.0.3 */ List likely(final String phrase, final IChinesePhraseContext context); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy