chika-kasymov / WordSuggestion

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Objective-C 100.0%