|
|
|
|
|
by stcredzero
5014 days ago
|
|
> Figure out a way to route all of your writing through your search engine, and have it flag phrases which do not occur in its database, or which occur much less frequently than similar ones. So, in this case, it would ask: "Did you mean 'desert planet'?" Or, one could build a table of trigrams and bi-grams for English words and use that in the spell checker. It would be helpful to have some sort of approximate indexing, so you can catch things like 'dessert planet' which is just 1 edit step away from 'desert planet.' |
|