Or a verb is written incorrectly. Should I have all the correct words listed?
I have a table like this:
search_history | times
quote | n
Can I detect incorrect sentences/words using these data?
maybe you need to define a pattern, to match that keyword, then let it pass through or reject it.
What kind of pattern? I honestly didn't understand anything. That's the point. I don't know what to do at all
I store both correct and incorrect words in DB. Should I set every one of them which are correct as a correct word?
something like that, like a keyword list , than check each word whether it's correctly spelled.
It takes too much time to check every single word I thought maybe it can learn the correctness somehow by the "times" field, which word has repeated
Обсуждают сегодня