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
Add a simple StopWords class and a related stopWords getter and setter in the Model class, which will store a list of words in a Set, and remove these both when calling Classifier.train (after splitWords and before tokenize), and in the same way when calling Classifier.predict.
The text was updated successfully, but these errors were encountered:
Add a simple
StopWords
class and a relatedstopWords
getter and setter in theModel
class, which will store a list of words in aSet
, and remove these both when callingClassifier.train
(aftersplitWords
and beforetokenize
), and in the same way when callingClassifier.predict
.The text was updated successfully, but these errors were encountered: