michaelben / stanford_gsb_test

test example and solution from stanford_gsb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Task 2 for wikistats.py
    language and year are to be used as input options
    > python wikistats.py "hillary clinton"

2. Task3 for findcodes.py
    Cosine similarity is used for string matching. Of course other metrics can used too. NLTK and scipy-learn can be used for improvement and refinement.
    > python findcodes.py 3

3. The scripts are well tested on Python 3.5.1|Anaconda 2.5.8

About

test example and solution from stanford_gsb


Languages

Language:Python 100.0%