Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkorat committed Mar 9, 2020
1 parent 6c6ce17 commit 71eae97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pandas
hyperopt
termcolor
termcolor
bokeh == 1.2.0
2 changes: 1 addition & 1 deletion solutions/absa_solution/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")


Expand Down

0 comments on commit 71eae97

Please sign in to comment.