We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is there a function that helps splitting paragraphs into sentences?
nltk has sent_text which is reasonably accurate in most of the real-life scenarios. Is there a similar version in iNLTK?
nltk
sent_text
Equivalent code snippet from nltk:
import nltk sent_text = nltk.sent_tokenize(text)
The text was updated successfully, but these errors were encountered:
@dheerajmpai I don't think there's out of the box way in iNLTK to do this yet.
Sorry, something went wrong.
You can find sentence tokenizers for Indian languages in the Indic NLP Library
No branches or pull requests
is there a function that helps splitting paragraphs into sentences?
nltk
hassent_text
which is reasonably accurate in most of the real-life scenarios. Is there a similar version in iNLTK?Equivalent code snippet from
nltk
:The text was updated successfully, but these errors were encountered: