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
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: