All Projects → alex-lew → robot-mind-meld

alex-lew / robot-mind-meld

Licence: MIT license
A little game powered by word vectors

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to robot-mind-meld

fuzzymax
Code for the paper: Don't Settle for Average, Go for the Max: Fuzzy Sets and Max-Pooled Word Vectors, ICLR 2019.
Stars: ✭ 43 (+38.71%)
Mutual labels:  word-embeddings, word-vectors
MorphologicalPriorsForWordEmbeddings
Code for EMNLP 2016 paper: Morphological Priors for Probabilistic Word Embeddings
Stars: ✭ 53 (+70.97%)
Mutual labels:  word-embeddings
Resume-Rater
Rates the quality of a candidate based on his/her resume using unsupervised approaches
Stars: ✭ 65 (+109.68%)
Mutual labels:  word-vectors
contextualLSTM
Contextual LSTM for NLP tasks like word prediction and word embedding creation for Deep Learning
Stars: ✭ 28 (-9.68%)
Mutual labels:  word-embeddings
PersianNER
Named-Entity Recognition in Persian Language
Stars: ✭ 48 (+54.84%)
Mutual labels:  word-embeddings
sanic-admin
sanic-admin is a command line tool for automatically restarting sanic.
Stars: ✭ 15 (-51.61%)
Mutual labels:  sanic
ethereumd-proxy
Proxy client-server for Ethereum node using bitcoin JSON-RPC interface.
Stars: ✭ 21 (-32.26%)
Mutual labels:  sanic
sanic-plugin-toolkit
Easily create Plugins for Sanic!
Stars: ✭ 49 (+58.06%)
Mutual labels:  sanic
pair2vec
pair2vec: Compositional Word-Pair Embeddings for Cross-Sentence Inference
Stars: ✭ 62 (+100%)
Mutual labels:  word-embeddings
dasem
Danish Semantic analysis
Stars: ✭ 17 (-45.16%)
Mutual labels:  word-embeddings
word2vec-on-wikipedia
A pipeline for training word embeddings using word2vec on wikipedia corpus.
Stars: ✭ 68 (+119.35%)
Mutual labels:  word-embeddings
sanic-ext
Extended Sanic functionality
Stars: ✭ 26 (-16.13%)
Mutual labels:  sanic
wink-nlp
Developer friendly Natural Language Processing ✨
Stars: ✭ 312 (+906.45%)
Mutual labels:  word-vectors
compress-fasttext
Tools for shrinking fastText models (in gensim format)
Stars: ✭ 124 (+300%)
Mutual labels:  word-embeddings
S-WMD
Code for Supervised Word Mover's Distance (SWMD)
Stars: ✭ 90 (+190.32%)
Mutual labels:  word-embeddings
wefe
WEFE: The Word Embeddings Fairness Evaluation Framework. WEFE is a framework that standardizes the bias measurement and mitigation in Word Embeddings models. Please feel welcome to open an issue in case you have any questions or a pull request if you want to contribute to the project!
Stars: ✭ 164 (+429.03%)
Mutual labels:  word-embeddings
word-benchmarks
Benchmarks for intrinsic word embeddings evaluation.
Stars: ✭ 45 (+45.16%)
Mutual labels:  word-embeddings
JoSH
[KDD 2020] Hierarchical Topic Mining via Joint Spherical Tree and Text Embedding
Stars: ✭ 55 (+77.42%)
Mutual labels:  word-embeddings
Active-Explainable-Classification
A set of tools for leveraging pre-trained embeddings, active learning and model explainability for effecient document classification
Stars: ✭ 28 (-9.68%)
Mutual labels:  word-embeddings
Arabic-Word-Embeddings-Word2vec
Arabic Word Embeddings Word2vec
Stars: ✭ 26 (-16.13%)
Mutual labels:  word-embeddings

Robot Mind Meld

A little game powered by word vectors, live at http://robotmindmeld.com

To run locally, you'll need to download the Conceptnet Numberbatch word vectors. This is done automatically by the words/create_data_file.py script, which also saves a processed version (normalized & containing only American English words) to embeddings.h5. It's safe to delete mini.h5, the full set of word vectors, once the script has finished running!

Python dependencies are:

  • numpy
  • nltk (used for stemming)
  • wordfreq (used for tokenization)
  • h5py (saving & reading embeddings from file)
  • sanic (web server)

In short:

(cd frontend && npm install && npm run build)
pip3 install -r requirements.txt
(cd words && python3 create_data_file.py)
python3 server.py

Then browse to http://0.0.0.0:8000 :-)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].