Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.37 KB

GloVeWrapper

nuget Nuget GitHub GitHub last commit GitHub Workflow Status GitHub repo size GitHub code size

View at Nuget.org

This project is a convenience and simple .NET wrapper around GloVe word vectors and converter to more space efficient binary files, which also includes a random access lookup for very large amount of vectors on disk. It is inspired from a Java wrapper.

I'm too busy to write package's documentation, but GloVe static class provided some useful functions to help you. Also take a look at the test console Application.