public interface IScorer
| Modifier and Type | Method and Description |
|---|---|
void |
addSentence(String sentence)
输入一个候选句子
|
Map<String,Double> |
computeScore(String outerSentence)
计算分值
|
void |
removeAllSentences()
清空该推荐器中的所有句子
|
Copyright © 2014–2021 码农场. All rights reserved.