alexsosn/Word2Vec-iOS
Word2Vec iOS port
This tool helps iOS app developers add natural language processing capabilities to their applications. It takes large amounts of text data, like articles or book contents, and processes them to understand the relationships between words. The output is a model that can then be used within an iOS app to find words similar to a given word or solve word analogies, enhancing features like content recommendations or smart search.
No commits in the last 6 months.
Use this if you are an iOS app developer looking to embed offline natural language understanding directly into your mobile application.
Not ideal if you need a cloud-based NLP solution or are developing for platforms other than iOS.
Stars
23
Forks
5
Language
Objective-C
License
Apache-2.0
Category
Last pushed
Nov 11, 2015
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/alexsosn/Word2Vec-iOS"
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...