The implementation of Language Models with Pre-Trained (GloVe) Word Embeddings is found in LM_RNN_GloVe.py.
A Writing Support System This repository contains source files for a writing support system, which is based on a mixture of NLP techniques. The code includes:
- Training language models with neural networks, and recurrent neural networks
- Text processing, vocabulary extraction, etc.
The code is mostly written in python, and based on keras package