Difference between revisions of "Apertium-init"
Jump to navigation
Jump to search
Popcorndude (talk | contribs) (update download link for -init) |
|||
Line 1: | Line 1: | ||
'''apertium-init''' is a python script to bootstrap a new language data module. It can create monolingual modules or pairs, using [[hfst]] or [[lttoolbox]], with or without [[apertium-tagger]] or [[CG]] files. It creates fully working Makefiles and stub language data, so you can compile and test straight away (assuming you've [[Installation|install]]ed the Apertium core tools). It's even capable of initializing and pushing a Git repository for you. |
'''apertium-init''' is a python script to bootstrap a new language data module. It can create monolingual modules or pairs, using [[hfst]] or [[lttoolbox]], with or without [[apertium-tagger]] or [[CG]] files. It creates fully working Makefiles and stub language data, so you can compile and test straight away (assuming you've [[Installation|install]]ed the Apertium core tools). It's even capable of initializing and pushing a Git repository for you. |
||
Download the script from https:// |
Download the script from https://apertium.projectjj.com/apt/nightly/apertium-init and run it as explained on https://github.com/apertium/apertium-init |
||
==See also== |
==See also== |
Revision as of 16:33, 17 September 2020
apertium-init is a python script to bootstrap a new language data module. It can create monolingual modules or pairs, using hfst or lttoolbox, with or without apertium-tagger or CG files. It creates fully working Makefiles and stub language data, so you can compile and test straight away (assuming you've installed the Apertium core tools). It's even capable of initializing and pushing a Git repository for you.
Download the script from https://apertium.projectjj.com/apt/nightly/apertium-init and run it as explained on https://github.com/apertium/apertium-init
See also
- How to bootstrap a new pair – tutorial on how to use apertium-init.py
- Writing Makefiles