mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 23:44:19 +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__)
|
slog.debug("Selected sample_func: %s", sample_func.__name__)
|
||||||
|
|
||||||
for SentimentAnalyzer in [
|
for SentimentAnalyzer in [
|
||||||
# ThreeCheat,
|
ThreeCheat,
|
||||||
NLTKSentimentAnalyzer,
|
NLTKSentimentAnalyzer,
|
||||||
TensorflowPolarSentimentAnalyzer,
|
TensorflowPolarSentimentAnalyzer,
|
||||||
TensorflowCategorySentimentAnalyzer,
|
TensorflowCategorySentimentAnalyzer,
|
||||||
|
|
Loading…
Reference in a new issue