AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

Word prediction using mozolm #252

Closed willwade closed 2 years ago

willwade commented 3 years ago

We should definitely try and integrate an offline version of the PPM model of Mozolm http://github.com/google-research/mozolm

willwade commented 3 years ago

There is a problem with Mozolm. Its heavy handed for this - and not multi language. A first attempt might be to improve our prediction engine using a PPM method: https://github.com/dasher-project/dasher-web/blob/4df83dda60dcda9591aad36d9dd3b9a03ff4fcd1/browser/dasher/predictor_ppm.js

gavinhenderson commented 2 years ago

Closing this in favour of #251

We should make our current prediction better before we need to look at using mozolm