public interface ISuggester
| Modifier and Type | Method and Description |
|---|---|
void |
addSentence(String sentence) |
void |
removeAllSentences()
清空该推荐器中的所有句子
|
List<String> |
suggest(String key,
int size)
根据一个输入的句子推荐相似的句子
|
Copyright © 2014–2021 码农场. All rights reserved.