YuyuZha0/word2vec
a word2vec impl of Chinese language, based on deeplearning4j and ansj
This tool helps researchers and linguists analyze large volumes of Chinese text by finding words with similar meanings. You provide it with one or more Chinese text files, and it learns the relationships between words, allowing you to query for words closest in meaning to any given term. It's designed for anyone working with Chinese language data who needs to understand semantic relationships within a corpus.
No commits in the last 6 months.
Use this if you need to understand the semantic relationships and find contextually similar words within a collection of Chinese documents.
Not ideal if you are working with languages other than Chinese or need advanced natural language processing tasks beyond word similarity.
Stars
29
Forks
13
Language
Java
License
Apache-2.0
Category
Last pushed
Feb 19, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/YuyuZha0/word2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nathanrooy/word2vec-from-scratch-with-python
A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python
Planeshifter/node-word2vec
Node.js interface to the Google word2vec tool.
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...