|
@@ -26,6 +26,7 @@ public final class SimilarityUtils {
|
|
|
|
|
|
public static void init() {
|
|
public static void init() {
|
|
if (init.compareAndSet(false, true)) {
|
|
if (init.compareAndSet(false, true)) {
|
|
|
|
+ Segment.getWords("1");
|
|
scheduler.scheduleAtFixedRate(() -> {
|
|
scheduler.scheduleAtFixedRate(() -> {
|
|
try {
|
|
try {
|
|
long start = System.currentTimeMillis();
|
|
long start = System.currentTimeMillis();
|