apertium / apertium-python

now you can even use apertium from python
GNU General Public License v3.0
31 stars 27 forks source link

segfault #106

Open RyanHope opened 1 year ago

RyanHope commented 1 year ago
import apertium
>>> apertium.translate("eng","ita","authentication")
Segmentation fault
unhammer commented 1 year ago

How did you install apertium-python and eng-ita? Nightly packages or pip or git or release packages?

I have eng-ita from nightlies and I can

$ git clone https://github.com/apertium/apertium-python
$ cd apertium-python
$ python3 -c 'import apertium; print(apertium.translate("eng","ita","authentication"))'
Autenticazione

Do you get it with just eng-ita or other pairs too?