Difference between revisions of "HFST and Apertium"

From Apertium
Jump to navigation Jump to search
 
Line 27: Line 27:
 
LEXICON Regexp
 
LEXICON Regexp
   
< [ 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 ]+ %<num%>:0 > # ;
+
< [ %0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 ]+ %<num%>:0 > # ;
   
 
</pre>
 
</pre>

Latest revision as of 16:33, 23 August 2011

Placeholder for advice on using HFST and Apertium

File layout[edit]

Tag format[edit]

Archiphoneme format[edit]

Direction restrictions[edit]

Maintaining generality[edit]

Marking things as "for translator only"

Regular expressions[edit]

Numeral expressions[edit]


LEXICON Root

Regexp;

LEXICON Regexp 

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