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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:Apache License 2.0


Languages

Language:Python 100.0%