You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2012/07/10 15:00:39 UTC

svn commit: r1359651 - /opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml

Author: joern
Date: Tue Jul 10 13:00:38 2012
New Revision: 1359651

URL: http://svn.apache.org/viewvc?rev=1359651&view=rev
Log:
OPENNLP-517 Added end-of-sentence character configuration parameter.

Modified:
    opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml

Modified: opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml?rev=1359651&r1=1359650&r2=1359651&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml (original)
+++ opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml Tue Jul 10 13:00:38 2012
@@ -50,7 +50,13 @@
 				<multiValued>false</multiValued>
 				<mandatory>true</mandatory>
 			</configurationParameter>
-
+			
+			<configurationParameter>
+				<name>opennlp.uima.EOSChars</name>
+				<type>String</type>
+				<multiValued>false</multiValued>
+				<mandatory>false</mandatory>
+			</configurationParameter>
 		</configurationParameters>
 
 		<configurationParameterSettings>