Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

fixed import #148

Merged
merged 3 commits into from
Mar 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
deleted duplicate import
  • Loading branch information
danielkorat committed Mar 10, 2020
commit 7605bf2a50b0a433c04bcf72cb43b40326ca76d4
2 changes: 1 addition & 1 deletion solutions/absa_solution/sentiment_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
TermType,
SentimentDocEncoder,
SentimentDoc,
SentimentSentence,
)
from nlp_architect.models.absa.inference.inference import SentimentInference
from nlp_architect.models.absa.utils import load_opinion_lex
Expand All @@ -42,7 +43,6 @@
validate_existing_path,
line_count,
)
from nlp_architect.models.absa.inference.data_types import SentimentDoc, SentimentSentence

SENTIMENT_OUT = LIBRARY_OUT / "absa_solution"

Expand Down