为个人用户实施拼写检查并维护字典?

发布于 2024-11-24 16:17:13 字数 300 浏览 1 评论 0原文

我需要在我的网络应用程序中实现文本框的拼写检查功能。

目前,我已经看到了一些拼写检查功能的示例,其中之一是 RadSpell 检查、jQuery 拼写检查等。它们都倾向于将拼写检查中更正的单词保存到一个常见的位置,例如 radspell 检查倾向于保存Web 项目的 APP_Data 文件夹下的 txt 文件 en-US-Custom.txt 的更正拼写。

由于我的应用程序允许多个用户登录,因此每个用户都会有自己的一组单词,并且不希望它们被另一个用户的单词替换。

是否可以实现拼写检查,以便我可以维护特定用户的单词而不让其他用户覆盖该单词?

I need to implement the spell check functionality for textboxes in my web application.

Currently, I have seen a few examples of the spell check functionality one of which is the RadSpell check, jQuery spell check, etc. They all tend to save the corrected words on a spell check to a common place example the radspell check tends to save the corrected spellings to the txt file en-US-Custom.txt under the APP_Data folder of the web project.

Since my application lets multiple users log in and hence each user will have his set of words and would not want them to be replaced by the words of another user.

Is it possible to implement the spell check where I can maintain words for a particular user and not let the words be overwritten by another user?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

×纯※雪 2024-12-01 16:17:13

您是否调查过:
http://www.devexpress.com/Products/NET/Controls/ASP/ Spell_Checker/

我使用 DevExpress windows 形式的拼写检查器,并且可以自定义用户词典。您也可以在 ASP 拼写检查器组件中查看它是否可行。

Have you looked into:
http://www.devexpress.com/Products/NET/Controls/ASP/Spell_Checker/

I used DevExpress windows form spellchecker and where able to have customized user dictionary. You can see if its possible in the ASP-spellchecker component too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文