Difference between revisions of "User:Firespeaker/bot.py yaml files"

From Apertium
Jump to navigation Jump to search
m (bah)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Monolingual ==
<pre>
<pre>
Config:
Config:
Line 12: Line 13:
Dict:
Dict:
- /path/to/apertium-uig.uig.lexc
- /path/to/apertium-uig.uig.lexc
</pre>

== Bilingual ==
<pre>
Config:
name: Kyrgyz (Turkish-Kyrgyz)
code: tur-kir
App: lt-proc
Morph: /path/to/tur-kir.automorf.bin

Corpora:
wikipedia: /path/to/kir.wpdump.blah.txt.bz2
UDHR: /path/to/kir.udhr.blah.txt

Bidix:
- /path/to/apertium-tur-kir.tur-kir.lexc
</pre>
</pre>

Latest revision as of 19:07, 8 June 2014

Monolingual[edit]

Config:
  name: Uyghur
  code: uig
  App: lt-proc
  Morph: /path/to/uig.automorf.bin

Corpora:
  wikipedia: /path/to/uig.wpdump.blah.txt.bz2
  UDHR: http://www.unicode.org/udhr/d/udhr_uig_arab.txt

Dict:
  - /path/to/apertium-uig.uig.lexc

Bilingual[edit]

Config:
  name: Kyrgyz (Turkish-Kyrgyz)
  code: tur-kir
  App: lt-proc
  Morph: /path/to/tur-kir.automorf.bin

Corpora:
  wikipedia: /path/to/kir.wpdump.blah.txt.bz2
  UDHR: /path/to/kir.udhr.blah.txt

Bidix:
  - /path/to/apertium-tur-kir.tur-kir.lexc