Hi, Daniel, You can create one with the default implementation, that would serialize your dictionary to a XML file, through the API:
http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSDictionary.java?view=markup There is some usage example here: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/postag/POSDictionaryTest.java?view=markup Regards, William On Fri, Jul 13, 2012 at 9:08 AM, Daniel <[email protected]> wrote: > I have checked OpenNLP documentation, but there is very little information > about Tag Dictionary. Can anyone tell me how create a dictionary and how > use it on one project? > > Thanks! >
