View Single Post
Posts: 106 | Thanked: 205 times | Joined on Dec 2015 @ Spain
#223
Now due to request from the Italian people I want to star the project of Italian support for OKBoard. I already have all the corpora sources, but when I already has everything ready to the process the script show me this error:

Code:
[ferlanero@ferlanero-XPS okb-engine-master]$ db/build.sh it
Building for languages:  it
~/okb-engine-master/ngrams ~/okb-engine-master/db
running build
running build_ext
running build
running build_ext
~/okb-engine-master/db
~/okb-engine-master/cluster ~/okb-engine-master/db
make: No se hace nada para 'first'.
~/okb-engine-master/db
«/home/ferlanero/okb-engine-master/db/lang-en.cf» -> «/home/ferlanero/okboard/langs/lang-en.cf»
«/home/ferlanero/okb-engine-master/db/lang-fr.cf» -> «/home/ferlanero/okboard/langs/lang-fr.cf»
«/home/ferlanero/okb-engine-master/db/lang-it.cf» -> «/home/ferlanero/okboard/langs/lang-it.cf»
«/home/ferlanero/okb-engine-master/db/lang-nl.cf» -> «/home/ferlanero/okboard/langs/lang-nl.cf»
«/home/ferlanero/okb-engine-master/db/add-words-fr.txt» -> «/home/ferlanero/okboard/langs/add-words-fr.txt»
«/home/ferlanero/okb-engine-master/db/db.version» -> «/home/ferlanero/okboard/langs/db.version»
make: '.depend-it' está actualizado.
( [ -f "add-words-it.txt" ] && cat "add-words-it.txt" ; aspell -l it dump master | aspell -l it expand | tr ' ' '\n') | sort | uniq > it-full.dict
lbzip2 -d < /home/ferlanero/okboard/langs/corpus-it.txt.bz2 | /home/ferlanero/okb-engine-master/db/../tools/corpus-splitter.pl 200 50 it-learn.tmp.bz2 it-test.tmp.bz2
mv -vf it-learn.tmp.bz2 it-learn.txt.bz2
«it-learn.tmp.bz2» -> «it-learn.txt.bz2»
mv -vf it-test.tmp.bz2 it-test.txt.bz2
«it-test.tmp.bz2» -> «it-test.txt.bz2»
set -o pipefail ; lbzip2 -d < it-learn.txt.bz2 | /home/ferlanero/okb-engine-master/db/../tools/import_corpus.py it-full.dict | sort -rn | lbzip2 -9 > grams-it-full.csv.bz2.tmp
/bin/sh: línea 1:  4592 Tubería rota           lbzip2 -d < it-learn.txt.bz2
      4593 Terminado (killed)      | /home/ferlanero/okb-engine-master/db/../tools/import_corpus.py it-full.dict
      4594 Hecho                   | sort -rn
      4595 Hecho                   | lbzip2 -9 > grams-it-full.csv.bz2.tmp
/home/ferlanero/okb-engine-master/db/makefile:43: fallo en las instrucciones para el objetivo 'grams-it-full.csv.bz2'
make: *** [grams-it-full.csv.bz2] Error 137
I think is a similar problem that we had with the "aspell-es" pakage, but this time with "aspell-it"... Because the same process with the same corpus.txt.bz2, but running "db/build.sh es" for Spanish gives no errors :/

If the problem go away, I'll be very pleasant to give italian support to OKBoard.

Thank you very much again for all your support guys
 

The Following 7 Users Say Thank You to ferlanero For This Useful Post: