|
@@ -57,7 +57,7 @@ public class NlpUtils {
|
|
|
return scoreListList.toJavaList(Float.class);
|
|
return scoreListList.toJavaList(Float.class);
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- log.error("NlpUtils nlpTitleSimilarity error");
|
|
|
|
|
|
|
+ log.error("NlpUtils nlpTitleSimilarity error", e);
|
|
|
}
|
|
}
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|