Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khadkarajesh/language-model

Language Model using LSTM
https://github.com/khadkarajesh/language-model

keras language-model natural-language-processing nltk

Last synced: about 1 month ago
JSON representation

Language Model using LSTM

Awesome Lists containing this project

README

        

### Dataset

Dataset is taken from the following book [url](https://www.gutenberg.org/files/1497/1497-h/1497-h.htm)

### Run Application

```python
python run.py - -training = "yes|no"
```

### Inference

For inference random line is picked to from the generated sequence files. It can be changed if result of specific line
number is desired