【问题标题】:simple spell checking tool in C#C#中的简单拼写检查工具
【发布时间】:2012-07-20 20:53:50
【问题描述】:

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

提前致谢

【问题讨论】:

  • 我觉得你在找什么听起来很像Intellisense
  • 嗨,Kysumi,what have you tried?您是在 Windows 窗体还是 WPF 中执行此操作?
  • 您好,我正在尝试在 Microsoft Visual C# 中执行此操作,我是初学者,我希望有人能够提供如何完成此操作的示例。

标签: c# user-controls intellisense generator


【解决方案1】:

这是我用过的,听起来正是你想要的:

Make similar suggestions for input text by remembering old inputs

你可以看到它在行动in the screen capture video here

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

【讨论】:

    猜你喜欢
    • 2011-04-10
    • 1970-01-01
    • 2011-04-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-02-15
    • 2011-07-08
    • 1970-01-01
    相关资源
    最近更新 更多