Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Poio-NLP/pressagio
Pressagio is a library that predicts text based on n-gram models. For example, you can send a string and the library will return the most likely word completions for the last token in the string.
https://github.com/Poio-NLP/pressagio
Last synced: 29 days ago
JSON representation
Pressagio is a library that predicts text based on n-gram models. For example, you can send a string and the library will return the most likely word completions for the last token in the string.
- Host: GitHub
- URL: https://github.com/Poio-NLP/pressagio
- Owner: Poio-NLP
- License: apache-2.0
- Created: 2013-09-11T14:04:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T11:49:47.000Z (about 5 years ago)
- Last Synced: 2024-10-03T07:48:29.740Z (2 months ago)
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 19
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- low-resource-languages - pressagio - Pressagio is a library that predicts text based on n-gram models. For example, you can send a string and the library will return the most likely word completions for the last token in the string. (Software / Utilities)
README
# Pressagio text prediction system
Pressagio is a library that predicts text based on n-gram models. For example,
you can send a string and the library will return the most likely word
completions for the last token in the string.Pressagio is a pure Python port of the presage library: https://presage.sourceforge.io
Pressagio is part of the Poio project: https://www.poio.eu
## Documentation
For usage examples and API documentation visit the documentation page:
https://pressagio.readthedocs.io
## License
Pressagio source code is distributed under the Apache 2.0 License.