swemoh / aspect-term-extractor

Tool to predict and extract aspect terms from a sentence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASPECT TERM EXTRACTOR(ATE)

This repository includes some recipes of aspect term extractor

The list of recipes are as follows:

  • XML parser
  • POS Tagger and filter specific types
  • Stopwords and punctuation remover
  • ATE

Install

To install required modules, simply:

$ virtualenv -p python3 <env_name>
$ source activate <env_name>
$ pip install -r requirements.txt

Setup

Data is already downloaded and present in data directory so no need to download. I am using laptop dataset

Now, you can ready for ATE!

Start jupyter notebook:

$ jupyter notebook

And you can execute notebooks/aspect_term_extractor.ipynb.

Good NLP Life!

Author

Avi

About

Tool to predict and extract aspect terms from a sentence


Languages

Language:Jupyter Notebook 94.5%Language:Python 5.5%