Skip to content

UCLA-BD2K/Aztec_Pub_Classifier

Repository files navigation

Aztec Pub Classifier

Classify publications as those which contain a software tool, and those which do not.

Setup

  • Python 3.5.1
  • Install dependencies:
$ sudo pip3 install nltk
$ sudo pip3 install requests
  • Download punkt, stopwords, and udhr using nltk.download()

Run

$ python3 getdata.py | python3 preprocess.py | python3 tabletocsv.py

Outputs to frequencydata.csv and creates dictionary.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages