public class TextSimilarity extends Object
| Constructor and Description |
|---|
TextSimilarity() |
| Modifier and Type | Method and Description |
|---|---|
static double |
similar(String strA,
String strB)
计算相似度
|
static String |
similar(String strA,
String strB,
int scale)
计算相似度百分比
|
Copyright © 2020. All rights reserved.