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 2014/01/03 14:42:42 UTC

svn commit: r1555085 - in /opennlp/trunk/opennlp-uima/descriptors: Parser.xml TypeSystem.xml

Author: joern
Date: Fri Jan  3 13:42:42 2014
New Revision: 1555085

URL: http://svn.apache.org/r1555085
Log:
OPENNLP-533 Renamed the type feature to parseType to avoid problem with JCasGen. Thanks to Fergal Monaghan for providing a patch.

Modified:
    opennlp/trunk/opennlp-uima/descriptors/Parser.xml
    opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml

Modified: opennlp/trunk/opennlp-uima/descriptors/Parser.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/descriptors/Parser.xml?rev=1555085&r1=1555084&r2=1555085&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/descriptors/Parser.xml (original)
+++ opennlp/trunk/opennlp-uima/descriptors/Parser.xml Fri Jan  3 13:42:42 2014
@@ -94,7 +94,7 @@
 			<nameValuePair>
 				<name>opennlp.uima.TypeFeature</name>
 				<value>
-					<string>type</string>
+					<string>parseType</string>
 				</value>
 			</nameValuePair>
 			<nameValuePair>

Modified: opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml?rev=1555085&r1=1555084&r2=1555085&view=diff
==============================================================================
--- opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml (original)
+++ opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml Fri Jan  3 13:42:42 2014
@@ -100,7 +100,7 @@
 			<supertypeName>uima.tcas.Annotation</supertypeName>
 			<features>
 				<featureDescription>
-					<name>type</name>
+					<name>parseType</name>
 					<description>Type of the parse node</description>
 					<rangeTypeName>uima.cas.String</rangeTypeName>
 				</featureDescription>