Linguistic Dependency Tree Parser
Jump to navigation
Jump to search
A Linguistic Dependency Tree Parser is a natural language syntactic parser that can solve a linguistic dependency tree parsing task.
- Context:
- It can (typically) be a Statistical Linguistic Dependency Tree Parser (e.g. a lexicalized dependency parser).
- Example(s):
- See: Linguistic Phrase-Structured Grammar Tree Parser.
References
2017
- http://nlp.stanford.edu/software/lex-parser.shtml
- … This package is a Java implementation of probabilistic natural language parsers, both highly optimized PCFG and [[lexicalized dependency parser[[s, and a lexicalized PCFG parser.