zhoutg 4 years ago
parent
commit
2e5b145bc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/diagbot/facade/TestwordInfoFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/TestwordInfoFacade.java

@@ -237,7 +237,7 @@ public class TestwordInfoFacade extends TestwordInfoServiceImpl {
         long mid = System.currentTimeMillis();
         long mid = System.currentTimeMillis();
         res.put("提词耗时", (mid - start) / 1000.0 + "秒");
         res.put("提词耗时", (mid - start) / 1000.0 + "秒");
         // 提词后同义词转换
         // 提词后同义词转换
-        // wordConvert();
+        wordConvert();
         long end = System.currentTimeMillis();
         long end = System.currentTimeMillis();
         res.put("同义词转换耗时", (end - mid) / 1000.0 + "秒");
         res.put("同义词转换耗时", (end - mid) / 1000.0 + "秒");
         return res;
         return res;