-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentence splitter not working properly affecting part of speech tagger #7
Comments
Hello, thanks for reporting this! |
No, I downloaded the models from https://spacy.io/models/el . Should I use |
Could you try uninstall spacy, install spacy-nightly, download the models through nightly and then check again? |
I tried but I faced the same problem . |
I am facing the same problem after trying both. |
Problem
I tried to run the sentence splitter submodule (sentence_splitter.py) but it didn't work in Greek language for me. I tried loading both el_core_news_sm and el_core_news_md and also tried inserting and encoding text in unicode utf-8. However it does not recognize different sentences but sees them as one. At the same time this affects the part of speech tagger.
Do you have any idea what might the problem be?
Thanks in advance.
Environment
spaCy version: 2.1.4
Location: /home/dimitris/.local/lib/python3.6/site-packages/spacy
Platform: Linux-4.18.0-17-generic-x86_64-with-Ubuntu-18.04-bionic
Python version: 3.6.7
Models: el, en
The text was updated successfully, but these errors were encountered: