On 1/10/2013 3:31 PM, Leonel de Alencar wrote:
Hi!
I'm trying to train a new Brazilian Portuguese tagger model from the MAC-Morpho
corpus.
I used the command below, but no model was created. Instead, I just got a usage
message.
opennlp POSTaggerTrainer -lang pt -model-type maxent -encoding utf-8 -data
pt-pos.train -model pt-pos-maxent.bin
Here, you have '-model-type' this really just should be '-type' instead.
I'm creating a JIRA issue to cover the ability to detect and report any
bad-parameters as a good additional feature.
James