Skip to content
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

How do I split paragraphs into sentences? #60

Open
dheerajmpai opened this issue Nov 29, 2020 · 2 comments
Open

How do I split paragraphs into sentences? #60

dheerajmpai opened this issue Nov 29, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dheerajmpai
Copy link

dheerajmpai commented Nov 29, 2020

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?

Equivalent code snippet from nltk:

import nltk
sent_text = nltk.sent_tokenize(text)
@goru001
Copy link
Owner

goru001 commented Nov 30, 2020

@dheerajmpai I don't think there's out of the box way in iNLTK to do this yet.

@goru001 goru001 added enhancement New feature or request help wanted Extra attention is needed labels Nov 30, 2020
@anoopkunchukuttan
Copy link

You can find sentence tokenizers for Indian languages in the Indic NLP Library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants