Difference between revisions of "ATT format"
Jump to navigation
Jump to search
(Created page with ''''ATT format''' is a transducer format based on a four-column layout. It is a tab separated four-column format. ==Example output== <pre> $ cat test.dix <dictionary> <alp…') |
|||
| Line 1: | Line 1: | ||
'''ATT format''' is a transducer format based on a four-column layout. It is a tab separated four-column format. |
'''ATT format''' is a transducer format based on a four-column layout. It is a tab separated four-column format. |
||
==Example output== |
==Example output== |
||
| Line 32: | Line 30: | ||
</pre> |
</pre> |
||
==See also== |
|||
* [[HFST]] |
|||
* [[lttoolbox]] |
|||
Revision as of 21:38, 25 March 2013
ATT format is a transducer format based on a four-column layout. It is a tab separated four-column format.
Example output
$ cat test.dix
<dictionary>
<alphabet>abcdefghijklmnopqrstuvwxyz</alphabet>
<sdefs>
<sdef n="n"/>
</sdefs>
<section id="main" type="standard">
<e><p><l>test</l><r>foo</r></p></e>
</section>
</dictionary>
$ lt-comp lr test.dix test.bin
main@standard 5 4
$ lt-print test.bin
0 1 t f
1 2 e o
2 3 s o
3 4 t ε
4