Skip to content

Commit

Permalink
Adding NLTK
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 28, 2024
1 parent 07b0e9a commit d9fb7e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
from sklearn.metrics import f1_score, precision_score, recall_score
from sklearn.naive_bayes import BernoulliNB
from sklearn.linear_model import LogisticRegression
from nltk.corpus import stopwords
from nltk.stem import PorterStemmer
from . import clf_path, config, config_path

@click.group()
Expand Down

0 comments on commit d9fb7e1

Please sign in to comment.