You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/08/23 07:41:14 UTC

svn commit: r1376370 - /incubator/stanbol/trunk/commons/opennlp/src/main/java/org/apache/stanbol/commons/opennlp/PosTagsCollectionEnum.java

Author: rwesten
Date: Thu Aug 23 05:41:13 2012
New Revision: 1376370

URL: http://svn.apache.org/viewvc?rev=1376370&view=rev
Log:
Documentation only: Added link to the description of the POS tagset used by the spanish model

Modified:
    incubator/stanbol/trunk/commons/opennlp/src/main/java/org/apache/stanbol/commons/opennlp/PosTagsCollectionEnum.java

Modified: incubator/stanbol/trunk/commons/opennlp/src/main/java/org/apache/stanbol/commons/opennlp/PosTagsCollectionEnum.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/opennlp/src/main/java/org/apache/stanbol/commons/opennlp/PosTagsCollectionEnum.java?rev=1376370&r1=1376369&r2=1376370&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/opennlp/src/main/java/org/apache/stanbol/commons/opennlp/PosTagsCollectionEnum.java (original)
+++ incubator/stanbol/trunk/commons/opennlp/src/main/java/org/apache/stanbol/commons/opennlp/PosTagsCollectionEnum.java Thu Aug 23 05:41:13 2012
@@ -183,8 +183,8 @@ public enum PosTagsCollectionEnum {
     SV_FOLLOW("sv",PosTypeCollectionType.FOLLOW,"PR","ID","IM","I?","IC","IG","IK","IP","IQ","IR","IS","IT","IU"),
     /**
      * Nouns related POS types for Spanish language.
-     * I was not able to find the list, so POS tag results where used to 
-     * create this configuration.
+     * The description of the Tagset is available at
+     * http://www.lsi.upc.edu/~nlp/SVMTool/parole.html
      */
     ES_NOUN("es",PosTypeCollectionType.NOUN,"NC","NP","Z"),
     /**