You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that it's counting all the words that appear at least one time in the corpus. Considering that we are working with SPAM, I think it could be useful to be able to set this to 2 or 3 at least, since spam words are very repetitive.
The code is using
df_min=1
at https://github.com/agjohnson/django-textclassifier/blob/master/textclassifier/classifier.py#L62.This means that it's counting all the words that appear at least one time in the corpus. Considering that we are working with SPAM, I think it could be useful to be able to set this to 2 or 3 at least, since spam words are very repetitive.
When having a big db, this will help with #8
The text was updated successfully, but these errors were encountered: