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== …')
 
 
(One intermediate revision by the same user not shown)
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>

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 > # ;