Rule-based Natural Language Processing Algorithm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Rule-based Natural Language Processing Algorithm is a natural language processing algorithm that is a rule-based algorithm. * <B>Context</U>:</B> ** It can be im...") |
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[Rule-based Natural Language Processing Algorithm]] is a [[natural language processing algorithm]] that is a [[rule-based algorithm]]. | A [[Rule-based Natural Language Processing Algorithm]] is a [[natural language processing algorithm]] that is a [[rule-based algorithm]]. | ||
* <B>Context</U>:</B> | * <B>Context</U>:</B> | ||
** It can be | ** It can be applied by a [[Rule-based Natural Language Processing System]]. | ||
** It can range from being a [[First-Principles NLP Algorithm]] to being a [[Heuristic NLP Algorithm]] (such as a [[Lesk Algorithm]]). | ** It can range from being a [[First-Principles NLP Algorithm]] to being a [[Heuristic NLP Algorithm]] (such as a [[Lesk Algorithm]]). | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** [[Charniak Parsing Algorithm]]. | ** [[Charniak Parsing Algorithm]]. | ||
** … | |||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** a [[Statistical NLP Algorithm]]. | ** a [[Statistical NLP Algorithm]]. | ||
* <B>See:</B> [[Language Model]], [[n-Gram Model]]. | * <B>See:</B> [[Language Model]], [[n-Gram Model]]. | ||
---- | ---- | ||
---- | ---- | ||
__NOTOC__ | |||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 05:01, 6 January 2023
A Rule-based Natural Language Processing Algorithm is a natural language processing algorithm that is a rule-based algorithm.
- Context:
- It can be applied by a Rule-based Natural Language Processing System.
- It can range from being a First-Principles NLP Algorithm to being a Heuristic NLP Algorithm (such as a Lesk Algorithm).
- Example(s):
- Counter-Example(s):
- See: Language Model, n-Gram Model.