Skip to content

tactical-Data/CanonicalWordVectorExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanonicalWordVectorExamples

Reproduces and explores some of the canonical examples of word vector analysis

Analyzes some "canonical" comparisons of words using the GloVe word vectors.
An example of the output of the program is published here

####THE RELATIONSHIP BETWEEN VARIOUS VECTOR REPRESENTATIONS OF WORDS

####IMAGES OF WORD VECTORS

###USAGE NOTES:
To use this code, you will need to download word vectors from the Stanford website directly. The word vector files are too big to be stored on this github page, and automating the download in the program made execution time impractically long. The vectors used in this analysis are contained in Glove.6B.zip, though I encourage exploration of other available vector sets as well.
You will need to edit local directory references in the first lines of the program to point to your own system.

###FILES:

CanonicalWordVectorExamples.Rmd: The executable RmD file producing the output above.

*.png: Images shown above.

About

Reproduces and explores some of the canonical examples of word vector analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages