Menu

#13 EnglishPOSTaggerME

open
nobody
None
5
2003-03-26
2003-03-26
Yi Li
No

Hi,

I found a minor bug in
opennlp.grok.preprocess.postag.EnglishPOSTaggerME.java.

In the main function of
opennlp.grok.preprocess.postag.EnglishPOSTaggerME.java:

now (version 0.7.0)

System.out.println(new EnglishPOSTaggerME().tag(args[0]));

should be

System.out.println(new EnglishPOSTaggerME().tag(args[1]));

/Yi Li

Discussion