Difference between revisions of "Constraint Grammar"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
==Terminology== |
==Terminology== |
||
{{see-also| |
{{see-also|Apertium stream format}} |
||
* ''cohort'' — a [[surface form]] of a word, along with its analyses (possible [[lexical unit]]s). |
* ''cohort'' — a [[surface form]] of a word, along with its analyses (possible [[lexical unit]]s). |
||
::Apertium equivalent: <code>^words/word<n><pl>/word<vblex><pres><p3><sg>$</code> |
::Apertium equivalent: <code>^words/word<n><pl>/word<vblex><pres><p3><sg>$</code> |
Revision as of 08:21, 18 April 2008
Constraint Grammar is a tool that can be used to POS-tag ambiguous text.
Terminology
- See also: Apertium stream format
- cohort — a surface form of a word, along with its analyses (possible lexical units).
- Apertium equivalent:
^words/word<n><pl>/word<vblex><pres><p3><sg>$
- Apertium equivalent:
- baseform — the lemma of a word.
- reading — a single analysis of a word.
- Apertium equivalent:
^word<n><pl>$
- Apertium equivalent:
- wordform — a surface form of a word.
See also
External links