apertium / apertium/apertium-python
terminate called after throwing an instance of 'Exception' what(): Error: Malformed input stream.
Ouverte
- Langage dominant
- Python
- Étoiles
- 35
- Forks
- 27
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I am running apertium analyzer from a python script. I get this exception that terminates the script immediately. I am not able to catch it inside python, it seems like it's happenning in c++ and doesn't get handle, how can I handle it?
> terminate called after throwing an instance of 'Exception'
> what(): Error: Malformed input stream.
> Aborted (core dumped)
To replicate the issue:
>>> import apertium
>>> apertium.analyze('en', 'Hi/Hello')
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.