Re: Corpora: in-line PoS tagger

From: Masatsugu ONO (onomasa@ilcs.hokudai.ac.jp)
Date: Wed Sep 05 2001 - 13:28:32 MET DST

  • Next message: Priscilla Rasmussen: "Corpora: 1st International Wordnet Conference--Call for Papaers"

    > 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@ilcs.hokudai.ac.jp



    This archive was generated by hypermail 2b29 : Thu Sep 06 2001 - 08:32:04 MET DST