Difference between revisions of "HFST and Apertium"

From Apertium
Jump to navigation Jump to search
(Created page with '{{TOCD}} ''Placeholder for advice on using HFST and Apertium'' ==File layout== ==Tag format== ==Archiphoneme format== ==Direction restrictions== ==Maintaining generality== …')
 
Line 14: Line 14:
   
 
Marking things as "for translator only"
 
Marking things as "for translator only"
  +
  +
==Regular expressions==
  +
  +
===Numeral expressions===
  +
  +
<pre>
  +
  +
LEXICON Root
  +
  +
Regexp;
  +
  +
LEXICON Regexp
  +
  +
< [ 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 ]+ %<num%>:0 > # ;
  +
  +
</pre>

Revision as of 16:31, 23 August 2011

Placeholder for advice on using HFST and Apertium

File layout

Tag format

Archiphoneme format

Direction restrictions

Maintaining generality

Marking things as "for translator only"

Regular expressions

Numeral expressions


LEXICON Root

Regexp;

LEXICON Regexp 

< [ 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 ]+ %<num%>:0 > # ;