tmteam/Word2vec.Tools
.Net Implementation for google word2vec tools.
This tool helps .NET developers integrate Google's Word2vec technology into their applications. It takes pre-trained word vector files as input and allows for calculations like word similarity, analogies, and arithmetic operations on word representations. Developers can then use these capabilities to add natural language understanding features to their software.
No commits in the last 6 months.
Use this if you are a .NET developer building applications that need to understand relationships between words, perform semantic searches, or identify analogies.
Not ideal if you need a tool to generate the initial word vector files from large text corpuses, as this library focuses solely on consuming existing vector files.
Stars
37
Forks
11
Language
C#
License
MIT
Category
Last pushed
Dec 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tmteam/Word2vec.Tools"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Planeshifter/node-word2vec
Node.js interface to the Google word2vec tool.
nathanrooy/word2vec-from-scratch-with-python
A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python
thunlp/paragraph2vec
Paragraph Vector Implementation
akoksal/Turkish-Word2Vec
Pre-trained Word2Vec Model for Turkish
RichDavis1/PHPW2V
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov...