adobe flex 多语言拼写检查器
我正在尝试找出在 Flex 应用程序中进行拼写检查的最佳方法。 我需要多种语言的支持,例如:英语、俄语等。另外,我不需要实时拼写检查,仅在某些特定时刻(例如,用户单击按钮:“检查我的文本”)。我在这里找到了客户端解决方案 - flex:SpellCheck ,但看起来它只能检查英文文本。所以现在我在想 服务器端解决方案,接收文本和所需的语言,检查它(例如使用 aspell)并返回结果。您认为:这是一个好方法还是我错过了一些东西?
谢谢。
I am trying to figure out the best way for doing spellcheck in flex application.
I need a support of multiple languages, like: english, russian and so on. Also, I don't need a realtime spellchecking, only in some particular moment(for example, user click button: "check my text"). I found clientside solution here - flex:SpellCheck , but looks like it able to check only english text. So now I am thinking
serverside solution, that recieve a text and needed language, check it(for example with aspell) and returns result. How do you think: is this a good way or I am missing something?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 Adobe Labs 上的 Squiglly 项目 - 链接
引用该页面:
You can check the Squiglly project on Adobe Labs - link
Quoting the page: