Commit 70d2074b by 王明范

add ignoreword

parent b133aa30
...@@ -41,7 +41,7 @@ public class SuggestTask { ...@@ -41,7 +41,7 @@ public class SuggestTask {
private static Set<String> spWordSet = new HashSet<>(); private static Set<String> spWordSet = new HashSet<>();
private static Set<Set<String>> synonymList = new HashSet<>(); private static Set<Set<String>> synonymList = new HashSet<>();
private static Set<String> ignoreWordSet = new HashSet<>(Arrays.asList("系列","型号","款式")); private static Set<String> ignoreWordSet = new HashSet<>(Arrays.asList("系列","型号","款式","风格"));
public static void main(String[] args) { public static void main(String[] args) {
startTime = System.currentTimeMillis(); startTime = System.currentTimeMillis();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment