Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khadkarajesh/language-model
- Owner: khadkarajesh
- Created: 2022-02-27T07:17:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T09:33:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T21:54:43.740Z (3 months ago)
- Topics: keras, language-model, natural-language-processing, nltk
- Language: Python
- Homepage:
- Size: 17.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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