feat(nlp): add Named Entity Recognition to dataset
This commit is contained in:
@@ -58,6 +58,7 @@ class StatGen:
|
||||
|
||||
self.nlp.add_emotion_cols()
|
||||
self.nlp.add_topic_col()
|
||||
self.nlp.add_ner_cols()
|
||||
|
||||
## Public
|
||||
def time_analysis(self) -> pd.DataFrame:
|
||||
|
||||
Reference in New Issue
Block a user