I am running Hunpos 1.0 on Windows XP, using the provided english-wsj
model. Hunpos works great when I use it interactively, but when I pipe
input/output to/from file, the tags are all obviously wrong.
Here is my input file (in.txt):
The
quick
red
fox
jumped
over
the
lazy
dogs.
>hunpos-tag english.model <in.txt >out.txt
This is what I get in out.txt:
The
NNP
quick
VBD
red
CD
fox
CD
jumped
CD
over
CD
the
CD
lazy
CD
dogs.
JJ
NNS
If I type the same text in manually at the console, the resulting tags are
completely different.
What gives?
Thanks in advance... Alex Dowad
Original issue reported on code.google.com by alexinbe...@gmail.com on 18 Feb 2010 at 12:06
Original issue reported on code.google.com by
alexinbe...@gmail.com
on 18 Feb 2010 at 12:06