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

Word Frequency Threshold #16

Closed
barrust opened this issue Oct 2, 2018 · 1 comment
Closed

Word Frequency Threshold #16

barrust opened this issue Oct 2, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@barrust
Copy link
Owner

barrust commented Oct 2, 2018

Per a comment by @ksingha5 in #'12, it would be nice to have the ability to remove all words under a certain threshold.

something like:

from spellchecker import SpellChecker
spell = SpellChecker()
spell.word_frequency.remove_by_threshold(10)  # remove all words that have 10 or fewer instances
@barrust
Copy link
Owner Author

barrust commented Oct 3, 2018

#resolved by #19

@barrust barrust closed this as completed Oct 3, 2018
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

Successfully merging a pull request may close this issue.

1 participant