/Phrase-Chunking

Phrase Chunking in Python for extraction of multiple sentiments

Primary LanguagePython

Phrase-Chunking:

This code extracts noun, verb and adjective phrases in order to determine multiple phrases which was eventually used in aspect-based sentiment analysis.

Examples:

Data & References:

This repository contains code which is extended from bdewilde's code on GitHub and using this paper https://gist.github.com/bdewilde/5393079