bootphon / wordseg

A Python toolbox for text based word segmentation
https://docs.cognitive-ml.fr/wordseg
GNU General Public License v3.0
16 stars 7 forks source link

bash commands do not work with python-3.5 #31

Closed mmmaat closed 6 years ago

mmmaat commented 6 years ago

For some unknown and unexpected reason, the bash commands fail when wordseg runs with python-3.5 (see the test/test_bash_python.py test, see also here for a test report).

The obtained results in bash are inconsistent with those from a pure python call. Furthermore, they seems to be random!!

I'm suspecting prepare.py:main(), but no proof yet.

mmmaat commented 6 years ago

Fixed by commit 85603958e864e45e842fce3375f28d4a802797b6.