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

Use NLTK sent_tokenize and word_tokenize #4

Open
achyudh opened this issue Mar 22, 2019 · 0 comments
Open

Use NLTK sent_tokenize and word_tokenize #4

achyudh opened this issue Mar 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@achyudh
Copy link
Member

achyudh commented Mar 22, 2019

We should replace our primitive regex based tokenization with NLTK's tokenize module in the dataset pre-processing classes (after creating a snapshot release of this repository for the camera-ready)

Code duplication can be reduced if the pre-processing methods are moved to a util module rather than having it in each dataset class.

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

No branches or pull requests

1 participant