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 2011/11/21 17:38:53 UTC

svn commit: r1204582 - /incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml

Author: joern
Date: Mon Nov 21 16:38:53 2011
New Revision: 1204582

URL: http://svn.apache.org/viewvc?rev=1204582&view=rev
Log:
OPENNLP-375 Added training params support to name finder.

Modified:
    incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml?rev=1204582&r1=1204581&r2=1204582&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml Mon Nov 21 16:38:53 2011
@@ -58,6 +58,13 @@
 			</configurationParameter>
 
 			<configurationParameter>
+				<name>opennlp.uima.opennlp.uima.TrainingParamsFile</name>
+				<type>String</type>
+				<multiValued>false</multiValued>
+				<mandatory>false</mandatory>
+			</configurationParameter>
+			
+			<configurationParameter>
 				<name>opennlp.uima.AdditionalTrainingDataFile</name>
 				<type>String</type>
 				<multiValued>false</multiValued>