Package name : python-pressagio Version : 0.1.6 Upstream Author : Peter Bouda <hey@peterbouda.eu> URL : https://github.com/Poio-NLP/pressagio https://pressagio.readthedocs.io License : Apache-2.0 Programming Lang: Python Description : 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 . [very quickly skimming the source suggests that it requires sqlite, and also that it could benefit from some enhance-user-friendliness work for the initial per-user setup...unless that would fall under the domain of applications that use this library]