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 2013/09/16 12:38:08 UTC

svn commit: r1523581 - /opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml

Author: joern
Date: Mon Sep 16 10:38:07 2013
New Revision: 1523581

URL: http://svn.apache.org/r1523581
Log:
OPENNLP-451 Changed type from Person to Time. Thanks to Joseph B. Martin for reporting this bug

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

Modified: opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml?rev=1523581&r1=1523580&r2=1523581&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml (original)
+++ opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml Mon Sep 16 10:38:07 2013
@@ -71,7 +71,7 @@
 			<nameValuePair>
 				<name>opennlp.uima.NameType</name>
 				<value>
-					<string>opennlp.uima.Person</string>
+					<string>opennlp.uima.Time</string>
 				</value>
 			</nameValuePair>
 		</configurationParameterSettings>