C#中的简单拼写检查工具

时间:2012-07-22 08:07:26

标签: c# user-controls intellisense generator

我想要实现的是一个输入字段,您可以在其中输入您认为拼写单词的方式然后它将搜索名为words.txt的文本文件并找到具有相似拼写的单词然后将其放入结果进入一个新窗口。

提前致谢

1 个答案:

答案 0 :(得分:0)

这是我使用的那个,它听起来正是你想要的:

Make similar suggestions for input text by remembering old inputs

您可以在行动in the screen capture video here

中看到它

ps我预先填充了一个dictionary.dic文件以适应一个实例,在上面的例子中,我做了一些围绕LogParsers SQL-Like语法的其他规则来提供智能感知。 HTH