/ABSA

Primary LanguagePython

Apsect Based Sentiment Analysis (ABSA) python implementations

For stanford corenlp python wrapper, https://github.com/dasmith/stanford-corenlp-python is used

  • Need to run 'python corenlp.py' first. This starts a RPC service that is invoked by other python wrapped APIs.
  • Since this RPC invoations, CANNOT RUN PARALLEL requests!
  • Need to make sure 'jsonrpc.py' is in the same folder as 'corenlp.py'
  • import jsonrpc, that's it!

reference for CRF:

reference for NLKT parse tree to NX graph:

Aspect Location (May be TBD):