Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Use NLTK Tokeniser #45

Open
meshde opened this issue Apr 10, 2018 · 0 comments
Open

Use NLTK Tokeniser #45

meshde opened this issue Apr 10, 2018 · 0 comments

Comments

@meshde
Copy link
Owner

meshde commented Apr 10, 2018

for word in sentence.split():

This line uses the python string function split() for tokenization. Using the nltk tokenizer would prove better for this purpose.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant