Difference between revisions of "Constraint Grammar"

From Apertium
Jump to navigation Jump to search
Line 2: Line 2:
   
 
==Terminology==
 
==Terminology==
{{see-also|lttoolbox format}}
+
{{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
Apertium equivalent: ^words/word<n><pl>/word<vblex><pres><p3><sg>$
  • baseform — the lemma of a word.
  • reading — a single analysis of a word.
Apertium equivalent: ^word<n><pl>$

See also

External links