refactor: rename nlp_processor to nlp
This commit is contained in:
@@ -5,7 +5,7 @@ import datetime
|
|||||||
|
|
||||||
from nltk.corpus import stopwords
|
from nltk.corpus import stopwords
|
||||||
from collections import Counter
|
from collections import Counter
|
||||||
from server.nlp_processor import add_emotion_cols, add_topic_col
|
from server.nlp import add_emotion_cols, add_topic_col
|
||||||
|
|
||||||
DOMAIN_STOPWORDS = {
|
DOMAIN_STOPWORDS = {
|
||||||
"www", "https", "http",
|
"www", "https", "http",
|
||||||
|
|||||||
Reference in New Issue
Block a user