Skip to content

Commit

Permalink
为所有的相似度算法增加相似度排名支持
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed May 26, 2015
1 parent 0639a2c commit 466716a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* 文本相似度
* @author 杨尚川
*/
public abstract class TextSimilarity implements Similarity{
public abstract class TextSimilarity implements Similarity, SimilarityRanker{
protected static final Logger LOGGER = LoggerFactory.getLogger(TextSimilarity.class);

//默认分词器
Expand Down

0 comments on commit 466716a

Please sign in to comment.