Natural Language Syntactic Parsing Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "** ..." to "** …") |
m (Text replacement - ". ----" to ". ----") |
||
Line 12: | Line 12: | ||
** [[Natural Language Semantic Parsing Algorithm]]. | ** [[Natural Language Semantic Parsing Algorithm]]. | ||
* <B>See</U>:</B> [[Michael Collins]], [[Eugene Charniak]]. | * <B>See</U>:</B> [[Michael Collins]], [[Eugene Charniak]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 01:00, 22 September 2021
A Natural Language Syntactic Parsing Algorithm is a parsing algorithm that can solve a Natural Language Syntactic Parsing Task.
- AKA: NL Parsing Algorithm, Parsing Algorithm, Natural Language Parsing Algorithm, Natural Language Syntactic Parser.
- Context:
- It can be:
- a Statistical NL Parsing Algorithm, such as Charniak Parser.
- a Deductive NL Parsing Algorithm, such as an Earley Parser.
- It can be applied by a Natural Language Syntactic Parsing System.
- …
- It can be:
- Counter-Example(s):
- See: Michael Collins, Eugene Charniak.