Skip to content

avinash-mishra/aspect-term-extractor

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published