From 71eae97047903f7aa8118f0d37163d26baeea152 Mon Sep 17 00:00:00 2001 From: Daniel Korat Date: Mon, 9 Mar 2020 16:02:49 +0200 Subject: [PATCH] fix --- examples/requirements.txt | 3 ++- solutions/absa_solution/ui.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index dde77501..1ddf314e 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,3 +1,4 @@ pandas hyperopt -termcolor \ No newline at end of file +termcolor +bokeh == 1.2.0 \ No newline at end of file diff --git a/solutions/absa_solution/ui.py b/solutions/absa_solution/ui.py index edeb0558..7f773e7e 100644 --- a/solutions/absa_solution/ui.py +++ b/solutions/absa_solution/ui.py @@ -42,7 +42,7 @@ from nlp_architect.models.absa.inference.data_types import SentimentDoc, SentimentSentence from sentiment_solution import SENTIMENT_OUT, SentimentSolution -SOLUTION_DIR = join(LIBRARY_PATH, 'solutions/absa_solution/') +SOLUTION_DIR = join(LIBRARY_PATH, "solutions/absa_solution/") POLARITIES = ("POS", "NEG")