MagedSaeed / farasapy

A Python implementation of Farasa toolkit
MIT License
112 stars 21 forks source link

Problems when using library in google colab #8

Closed Mahmo0odsalah closed 4 years ago

Mahmo0odsalah commented 4 years ago

I tried to use the library in my colab project. And whenever I ran the same cells as the notebook linked in the readme file, I get the same error in Standalone mode.

image

MagedSaeed commented 4 years ago

Thanks for reporting such issue. Actually, this is because the initial farasapy code was not python=3.6 compatible. We, then, amended the code to be so but forgot to check that after fixing a bug for windows platform.

Now, it is fine. Please double-check in the notebook.

https://colab.research.google.com/drive/1xjzYwmfAszNzfR6Z2lSQi3nKYcjarXAW#scrollTo=wkovt8hvTabq

Mahmo0odsalah commented 4 years ago

Great, I just checked and it works perfectly. Thanks for the library and for the quick response. Keep the hard work.