mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 15:34:18 +00:00
Re-enable ThreeCheat "sentiment analyzer"
This commit is contained in:
parent
4c01505601
commit
b4cc6f8707
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def main():
|
|||
slog.debug("Selected sample_func: %s", sample_func.__name__)
|
||||
|
||||
for SentimentAnalyzer in [
|
||||
# ThreeCheat,
|
||||
ThreeCheat,
|
||||
NLTKSentimentAnalyzer,
|
||||
TensorflowPolarSentimentAnalyzer,
|
||||
TensorflowCategorySentimentAnalyzer,
|
||||
|
|
Loading…
Reference in a new issue