kkiviat / vec2pca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vec2pca

Uses principal component analysis and word2vec to pull semantic meaning out of text corpora.

Installation Instructions

You'll need Python 3. You can either run this in vec2pca's working directory:

pip install numpy scipy sklearn gensim nltk beautifulsoup4 plac

you can try this, which is still a work in progress:

python setup.py install

Usage

Run this:

python vec2pca.py inputfile outputfile

About


Languages

Language:HTML 75.5%Language:Python 24.5%