feat(nlp): add Named Entity Recognition to dataset

This commit is contained in:
2026-02-17 18:48:45 +00:00
parent 8fbf32b67c
commit ed0dd8cdbc
2 changed files with 94 additions and 0 deletions

View File

@@ -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: