Corpora: in-line PoS tagger

Masatsugu ONO onomasa at ilcs.hokudai.ac.jp
Wed Sep 5 11:28:32 UTC 2001


> Hi there,
>
> does anyone know of a free PoS tagger that can read from STDIN and write to
> STDOUT? (as opposed to reading from a corpus file, like the Brill
> tagger)
>
> thanks,
> Matt

Hello,

Please try to check this website:
http://cs.nyu.edu./cs/projects/proteus/app/
, and you will be able to get the tagging programme
named "Apple Pie Parser" (@ New York University).

It is a parser, but we can use it as a POS tagger
by choosing a print-style.
"Apple Pie Parser" has 4 kinds of print-style:

 1:PARSED style
(S (NP I)(VP love (NP you)))

 2:COMBINE style
(S (NP (PRP I))(VP (VBP love)(NP (PRP you))))

 3:TAGGED style
[I/PRP] love/VB [you/PRP]

 4:POS style
I/PRP love/VBP you/PRP


Best regards

-------
Masatsugu ONO
onomasa at ilcs.hokudai.ac.jp



More information about the Corpora mailing list