Skip to content

Commit 43dda0f

Browse files
committed
Modified treshold of documents' deduplication
1 parent e515feb commit 43dda0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deduplication-document/deduplication-document-impl/src/main/resources/spring/applicationContext.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</list>
5959
</property>
6060
<property name="minVotersRequired" value="3"/>
61-
<property name="probabilityTreshold" value="0.3"/>
61+
<property name="probabilityTreshold" value="0.5"/>
6262
<property name="tresholdIncreasingVotersRequired" value="0.7" />
6363
</bean>
6464

0 commit comments

Comments
 (0)