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/16 00:23:56 UTC

svn commit: r1202469 - in /incubator/opennlp/trunk: opennlp-distr/src/main/assembly/ opennlp-uima/descriptors/

Author: joern
Date: Tue Nov 15 23:23:55 2011
New Revision: 1202469

URL: http://svn.apache.org/viewvc?rev=1202469&view=rev
Log:
OPENNLP-318 Now injects version into UIMA descriptors.

Modified:
    incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/Chunker.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/ChunkerTrainer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/DateNameFinder.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/LocationNameFinder.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/MoneyNameFinder.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/OpenNlpTextAnalyzer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/OrganizationNameFinder.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/PercentageNameFinder.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinder.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/PosTagger.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/PosTaggerTrainer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetector.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/SimpleTokenizer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/Tokenizer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/TokenizerTrainer.xml
    incubator/opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml

Modified: incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml (original)
+++ incubator/opennlp/trunk/opennlp-distr/src/main/assembly/bin.xml Tue Nov 15 23:23:55 2011
@@ -111,6 +111,7 @@
 		
 		<fileSet>
 			<directory>../opennlp-uima/descriptors</directory>
+			<filtered>true</filtered>
 			<fileMode>644</fileMode>
 			<directoryMode>755</directoryMode>
 			<outputDirectory>docs/opennlp-uima-descriptors</outputDirectory>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/Chunker.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/Chunker.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/Chunker.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/Chunker.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Chunker</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/ChunkerTrainer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/ChunkerTrainer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/ChunkerTrainer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/ChunkerTrainer.xml Tue Nov 15 23:23:55 2011
@@ -25,7 +25,7 @@
 	<processingResourceMetaData>
 		<name>POS Trainer</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/DateNameFinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/DateNameFinder.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/DateNameFinder.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/DateNameFinder.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Date Name Finder</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/LocationNameFinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/LocationNameFinder.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/LocationNameFinder.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/LocationNameFinder.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Location Name Finder</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/MoneyNameFinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/MoneyNameFinder.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/MoneyNameFinder.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/MoneyNameFinder.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Money Name Finder</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/OpenNlpTextAnalyzer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/OpenNlpTextAnalyzer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/OpenNlpTextAnalyzer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/OpenNlpTextAnalyzer.xml Tue Nov 15 23:23:55 2011
@@ -73,8 +73,8 @@
 	<analysisEngineMetaData>
 		<name>OpenNlpTextAnalyzer</name>
 		<description />
-		<version>1.4.4</version>
-		<vendor>OpenNlp</vendor>
+		<version>${pom.version}</version>
+		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters />
 		<configurationParameterSettings />
 		<flowConstraints>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/OrganizationNameFinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/OrganizationNameFinder.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/OrganizationNameFinder.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/OrganizationNameFinder.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Organization Name Finder</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/PercentageNameFinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/PercentageNameFinder.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/PercentageNameFinder.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/PercentageNameFinder.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Percentage Name Finder</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinder.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinder.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinder.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Person Name Finder</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/PersonNameFinderTrainer.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<processingResourceMetaData>
 		<name>Person Name Finder Trainer</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 			<configurationParameter>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/PosTagger.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/PosTagger.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/PosTagger.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/PosTagger.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>POS Tagger</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/PosTaggerTrainer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/PosTaggerTrainer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/PosTaggerTrainer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/PosTaggerTrainer.xml Tue Nov 15 23:23:55 2011
@@ -25,7 +25,7 @@
 	<processingResourceMetaData>
 		<name>POS Trainer</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetector.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetector.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetector.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetector.xml Tue Nov 15 23:23:55 2011
@@ -27,7 +27,7 @@
 	<analysisEngineMetaData>
 		<name>Sentence Detector</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 			<configurationParameter>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/SentenceDetectorTrainer.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<processingResourceMetaData>
 		<name>Sentence Detector Trainer</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 
 		<configurationParameters>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/SimpleTokenizer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/SimpleTokenizer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/SimpleTokenizer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/SimpleTokenizer.xml Tue Nov 15 23:23:55 2011
@@ -27,7 +27,7 @@
 	<analysisEngineMetaData>
 		<name>SimpleTokenizer</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 			<configurationParameter>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/TimeNameFinder.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Time Name Finder</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 
 		<configurationParameters>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/Tokenizer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/Tokenizer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/Tokenizer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/Tokenizer.xml Tue Nov 15 23:23:55 2011
@@ -26,7 +26,7 @@
 	<analysisEngineMetaData>
 		<name>Tokenizer</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 			<configurationParameter>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/TokenizerTrainer.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/TokenizerTrainer.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/TokenizerTrainer.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/TokenizerTrainer.xml Tue Nov 15 23:23:55 2011
@@ -27,7 +27,7 @@
 	<processingResourceMetaData>
 		<name>TokenizerTrainer</name>
 		<description></description>
-		<version>1.5.2-incubating</version>
+		<version>${pom.version}</version>
 		<vendor>Apache Software Foundation</vendor>
 		<configurationParameters>
 			<configurationParameter>

Modified: incubator/opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml?rev=1202469&r1=1202468&r2=1202469&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/descriptors/TypeSystem.xml Tue Nov 15 23:23:55 2011
@@ -20,14 +20,14 @@
 -->
 
 <typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
-	<name>OpenNLP TypeSystem</name>
+	<name>Apache OpenNLP TypeSystem</name>
 	<description>
 		This is the default OpenNLP type system. All the sample
 		descriptors reference the types in this type system. To replace it against
 		a custom type system change the mapping in the descriptors to the
 		custom types and reference the custom type system.
 	</description>
-	<version>1.5.2-incubating</version>
+	<version>${pom.version}</version>
 	<vendor>Apache Software Foundation</vendor>
 	<types>
 		<typeDescription>