From 7778c648c1ee635ae509f758e1f591e63e9c81ff Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 11 Feb 2023 04:32:17 +0100 Subject: [PATCH] fix and patch things --- .idea/runConfigurations/unimore_bda_6.xml | 8 ++- unimore_bda_6/__main__.py | 9 +-- unimore_bda_6/analysis/nltk_sentiment.py | 2 +- unimore_bda_6/analysis/tf_text.py | 22 +++++--- unimore_bda_6/config.py | 8 +-- unimore_bda_6/database/datatypes.py | 2 +- unimore_bda_6/tokenizer/__init__.py | 1 + unimore_bda_6/tokenizer/base.py | 8 ++- unimore_bda_6/tokenizer/hugging.py | 26 +++++++++ unimore_bda_6/tokenizer/potts.py | 68 +++++++++-------------- 10 files changed, 87 insertions(+), 67 deletions(-) create mode 100644 unimore_bda_6/tokenizer/hugging.py diff --git a/.idea/runConfigurations/unimore_bda_6.xml b/.idea/runConfigurations/unimore_bda_6.xml index 120005b..0adffd8 100644 --- a/.idea/runConfigurations/unimore_bda_6.xml +++ b/.idea/runConfigurations/unimore_bda_6.xml @@ -1,16 +1,18 @@ -