Skip to content

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

Notifications You must be signed in to change notification settings

BrainTech/pressagio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

For documentation, please visit http://media.cidles.eu/poio/pressagio/

Pressagio is a pure Python port of the presage library: http://presage.sourceforge.net/

License

Pressagio source code is distributed under the Apache 2.0 License.

Pressagio documentation is distributed under the Creative Commons Attribution 3.0 Unported.

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.9%
  • Shell 7.1%