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/05/17 11:21:32 UTC

svn commit: r1104078 [3/3] - in /incubator/opennlp/trunk/opennlp-tools: lang/en/parser/ lang/en/parser/en-head_rules lang/en/postag/ lang/en/postag/en-tagdict.xml lang/en/tokenizer/en-detokenizer.xml pom.xml

Propchange: incubator/opennlp/trunk/opennlp-tools/lang/en/postag/en-tagdict.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: incubator/opennlp/trunk/opennlp-tools/lang/en/tokenizer/en-detokenizer.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/pom.xml?rev=1104078&r1=1104077&r2=1104078&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-tools/pom.xml Tue May 17 09:21:32 2011
@@ -117,6 +117,7 @@
 	                <exclude>src/test/resources/opennlp/tools/postag/AnnotatedSentences.txt</exclude> <!-- test data -->
 	                <exclude>src/test/resources/opennlp/tools/sentdetect/Sentences.txt</exclude> <!-- test data -->
 	                <exclude>src/test/resources/opennlp/tools/tokenize/token.train</exclude> <!-- test data -->
+	                <exclude>lang/en/parser/en-head_rules</exclude> <!-- head rule file, format does not allow AL header -->
 	              </excludes>              
 	            </configuration>
 	          </execution>