unfoldingWord-dev / ts-requirements

Other
3 stars 2 forks source link

Spell Checker #4

Open jag3773 opened 8 years ago

jag3773 commented 8 years ago

We need to implement a spell checking algorithm for tS.

Essentially, this is more of a consistency checker than anything, since most of the languages will not have a db of known words.

da1nerd commented 8 years ago

that's going to be really really really hard but could lead us into some really neat programming theory.

RRohrssen commented 8 years ago

Possibly something for Christopher Klapp coming on board today.

It may involve writing a spec and/or coding in whatever language.