The Divvun and Giellatekno teams build language technology aimed at minority and indigenous languages
View GiellaLT on GitHub divvungiellatekno/giellalt.uit.no
https://gtsvn.uit.no/langtech/branches/sma-speller/4.0 sma-speller-4.0
giella-core
./autogen.sh && ./configure
export GTCORE=
pwd`` - to set the branch-specific giella-core
as the
Giella core to usecd ../$GIELLALANG/
./autogen.sh && ./configure
./configure --without-xfst --with-hfst --enable-spellers --disable-syntax --disable-transcriptors --disable-analysers --disable-generators --enable-alignment
Merge your changes as needed, e.g. to merge a single file, do as follows:
svn merge \
^/trunk/langs/smj/am-shared/tools-spellcheckers-fstbased-desktop-hfst_prods_n_upload-dir-include.am \
am-shared/tools-spellcheckers-fstbased-hfst_prods_n_upload-dir-include.am
In case you get conflicts, review and resolve them.
You can also specify the revisions you want to merge, to pick only the changes you are interested in:
svn merge --revision 126367:128639 \
^/trunk/langs/smj/am-shared/tools-spellcheckers-fstbased-desktop-hfst-dir-include.am \
am-shared/tools-spellcheckers-fstbased-hfst-dir-include.am
Then build and test the spellers:
time make -j
cd tools/spellcheckers/fstbased/[desktop/]hfst/; make upload
You can also upload just some of the packages, if the update is only relevant for a subset:
make [uploadoxt | uploadxpi | uploadzip ]( uploadzhfst)
To finish the release: