Skip to content
Snippets Groups Projects
Commit 3d1cde1c authored by 姚 田's avatar 姚 田
Browse files

Merge branch '201250074' into 'master'

后端更新最新SentiStrength的jar包

See merge request 0010-qingyun/backend!36
parents 96f97547 40d770b6
No related branches found
No related tags found
No related merge requests found
Pipeline #65724 passed
No preview for this file type
......@@ -22,7 +22,7 @@
<artifactId>sentistrength_backend</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/sentiStrength-v1.0.35.jar</systemPath>
<systemPath>${project.basedir}/lib/sentiStrength-v1.0.36.jar</systemPath>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -109,7 +109,7 @@ public class SentiStrengthServiceImpl implements SentiStrengthService {
|| currentOptionsVO.isUseLemmatisation() != optionsVO.isUseLemmatisation()
|| currentOptionsVO.isCorrectSpellingsUsingDictionary() != optionsVO.isCorrectSpellingsUsingDictionary()
|| currentOptionsVO.isUseEmoticons() != optionsVO.isUseEmoticons()
|| currentOptionsVO.isUseObjectEvaluationTable()!=optionsVO.isUseObjectEvaluationTable()
|| currentOptionsVO.isUseObjectEvaluationTable() != optionsVO.isUseObjectEvaluationTable()
|| currentOptionsVO.isUseIdiomLookupTable() != optionsVO.isUseIdiomLookupTable();
// 算法逻辑设置
switch (optionsVO.getClassificationMode()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment