aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.28k stars 337 forks source link

[1] 7092 segmentation fault python - Error is coming #266

Open asifkhan69 opened 1 year ago

asifkhan69 commented 1 year ago

After lot of struggle finally installed polyglot dependencies such as Pyicu. All is perfectly installed, but one amazing error is coming when I simply execute example mentioned in documentation such as import polyglot from polyglot.text import Text, Word text = Text("Bonjour, Mesdames.") print("Language Detected: Code={}, Name={}\n".format(text.language.code, text.language.name))

as soon as i enter print statement, I get this error [1] 7092 segmentation fault python - Error is coming and python through out to from python.

I am using my Mac Book Pro M1 with Mac os Monterey 12.6 python version 3.9.10

I have no idea what this issue is and how to resolve.

nkvuradi commented 9 months ago

I am facing same issue, any pointers here?

puja93 commented 3 months ago

Same issue