PoetryOffice / Write

A word processor for the Haiku operating system
MIT License
3 stars 0 forks source link

Implement an autocomplete system #55

Open richienyhus opened 8 years ago

richienyhus commented 8 years ago
Library Language Licence URL
autocorrect Python MIT https://github.com/foobarmus/autocorrect
NLP-autocorrect Python MIT https://github.com/RobertoNovelo/NLP-Autocorrect
Language Model Python ??? https://github.com/codeorbit/Language_Model
Autocomplete Python MIT https://github.com/rodricios/autocomplete
Pressagio Python Apache https://github.com/cidles/pressagio
Word-Auto-Correction C++ MIT https://github.com/b246wang/Word-Auto-Correction
Old DDG LibFace C++ MIT https://github.com/nilnilnil/autocomplete
Autocomplete C MIT https://github.com/RenanGreca/Autocomplete
Autocomplete C MIT https://github.com/reeteshranjan/autocomplete
PredictiveText C++ MIT https://github.com/EkonFain/PredictiveText
PredictiveText C++ CCZero https://github.com/vas-and-tor/PredictiveText
richienyhus commented 8 years ago

With QT, they have the system class Qcompleter, should some of this function be handled upstream in Haiku?