Stanford Log-linear Part-Of-Speech Tagger
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
- (Toutanova et al., 2003) ⇒ Kristina Toutanova, Dan Klein, Christopher D. Manning, and Yoram Singer. (2003). “Feature-Rich Part-of-Speech Tagging with a Cyclic Dependency Network.” In: Proceedings of HLT-NAACL 2003 (HLT-NAACL 2003).
2000
- (Toutanova & Manning, 2000) ⇒ Kristina Toutanova, and Christopher D. Manning. (2000). “Enriching the Knowledge Sources Used in a Maximum Entropy Part-of-Speech Tagger.” In: Proceedings of the Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora (EMNLP/VLC 2000).