/WordSuggestion

A simple Objective-C implementation of word suggestion using n-gram probabilistic model

Primary LanguageObjective-CMIT LicenseMIT

About

This project includes a simple implementation of word prediction algorithm using n-gram probabilistic model. Inspired by Autocomplete (implementation using R programming language).

You can take this idea as a starting point and extend it for your needs.

Demo