https://github.com/infinityofspace/ngram_graph
https://github.com/infinityofspace/ngram_graph
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinityofspace/ngram_graph
- Owner: infinityofspace
- License: mit
- Created: 2023-12-13T13:27:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T19:07:46.000Z (over 2 years ago)
- Last Synced: 2023-12-16T12:58:09.593Z (over 2 years ago)
- Language: Python
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# ngram_graph

## About
`ngram_graph` is a Python package for creating n-gram graphs from text corpora.
## Installation
Install `ngram_graph` using `pip`:
```bash
pip install ngram_graph
```
## Usage
TODO
## License
This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for details.