Find the words in a long stream of characters. Auto-tokenize

前端 未结 5 2139
梦谈多话
梦谈多话 2021-02-04 09:44

How would you find the correct words in a long stream of characters?

Input :

\"The revised report onthesyntactictheoriesofsequentialcontrolandstate\"
         


        
5条回答
  •  星月不相逢
    2021-02-04 10:23

    Check spelling correction algorithm. Here is a link to an article on algorithm used in google - http://www.norvig.com/spell-correct.html. Here you will find a scientific paper on this topic from google.

提交回复
热议问题