akoksal/Turkish-Word2Vec
Pre-trained Word2Vec Model for Turkish
This is a pre-trained model designed to help developers understand the relationships between Turkish words. It takes Turkish text as input and provides numerical representations of words, allowing for tasks like finding similar words or analogies. This is useful for anyone building applications that need to process and understand Turkish language.
222 stars. No commits in the last 6 months.
Use this if you are a developer building a natural language processing application that requires understanding semantic relationships within Turkish text.
Not ideal if you need a plug-and-play solution for Turkish text analysis without any coding, or if you need highly accurate results for Turkish words with different suffixes (e.g., 'king' vs. 'of king').
Stars
222
Forks
31
Language
Python
License
MIT
Category
Last pushed
Jul 18, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/akoksal/Turkish-Word2Vec"
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
RichDavis1/PHPW2V
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov...
YuyuZha0/word2vec
a word2vec impl of Chinese language, based on deeplearning4j and ansj