Difference between revisions of "Constraint Grammar"

From Apertium
Jump to navigation Jump to search
(New page: ==Terminology== * ''cohort'' — a surface form of a word, along with its analyses (possible lexical units). ::Apertium equivalent: <code>^words/word<n><pl>/word<vblex><pres...)
 
Line 1: Line 1:
  +
'''Constraint Grammar''' is a tool that can be used to POS-tag ambiguous text.
 
   
 
==Terminology==
 
==Terminology==
  +
{{see-also|lttoolbox format}}
 
 
* ''cohort'' &mdash; a [[surface form]] of a word, along with its analyses (possible [[lexical unit]]s).
 
* ''cohort'' &mdash; 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>
Line 13: Line 13:
   
 
* [[Apertium and Constraint Grammar]]
 
* [[Apertium and Constraint Grammar]]
  +
* [[Constructing a TSX file with a Constraint Grammar]]
   
 
==External links==
 
==External links==

Revision as of 14:43, 13 April 2008

Constraint Grammar is a tool that can be used to POS-tag ambiguous text.

Terminology

See also: lttoolbox 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