Skip to content

Commit

Permalink
Travis build status indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Apr 24, 2016
1 parent c59eeaa commit f0515c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Travis Build Status](https://travis-ci.org/bmschmidt/wordVectors.svg)

An R package for building and exploring Word2Vec models. (And ideally, other models like GloVe as well, though I haven't gotten around to it.) Includes an altered version of Tomas Mikolov's original C code for word2vec; those wrappers were origally written by Jian Li, and I've only tweaked them a little. Also includes a number of vector manipulation functions (like cosine similarity) for people who don't want to worry too much about vectors.

It doesn't include a full vignette in the code, but if you cut and paste what's below, you can get started by building a model on 77 historical cookbooks from Michigan State University (which I encountered thanks to Alan Liu.)
Expand Down

0 comments on commit f0515c0

Please sign in to comment.