From e6dcf6e423c3583768efd92eac8104ad28adeb99 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 4 Feb 2023 01:36:42 +0100 Subject: [PATCH] stop here for now --- .idea/inspectionProfiles/Project_Default.xml | 1 + README.md | 8 +- poetry.lock | 980 +++++++++++++++++- pyproject.toml | 3 +- unimore_bda_6/__main__.py | 21 +- unimore_bda_6/analysis/base.py | 21 + unimore_bda_6/analysis/nltk_sentiment.py | 24 +- unimore_bda_6/analysis/tf_text.py | 91 ++ unimore_bda_6/tokenizer/__init__.py | 3 + unimore_bda_6/tokenizer/base.py | 26 +- unimore_bda_6/tokenizer/lower.py | 11 + unimore_bda_6/tokenizer/nltk_word_tokenize.py | 2 +- unimore_bda_6/tokenizer/potts.py | 6 +- 13 files changed, 1161 insertions(+), 36 deletions(-) create mode 100644 unimore_bda_6/analysis/tf_text.py create mode 100644 unimore_bda_6/tokenizer/lower.py diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 0465530..7253287 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -32,6 +32,7 @@ +