Stanford Log-linear Part-Of-Speech Tagger

From GM-RKB
Jump to navigation Jump to search

AStanford Log-linear Part-Of-Speech Tagger is a Part-of-Speech Tagging System developed by the Stanford Natural Language Processing Group.



References

2009

  • http://nlp.stanford.edu/software/tagger.shtml
    • A Part-Of-Speech Tagger (POS Tagger) is a piece of software that reads text in some language and assigns parts of speech to each word (and other token), such as noun, verb, adjective, etc., although generally computational applications use more fine-grained POS tags like 'noun-plural'.
    • This software is a Java implementation of the log-linear part-of-speech taggers described in: (Toutanova & Manning, 2000) and (Toutanova et al., 2003).

2003

2000