我需要一本语言词典
我需要向 Asp.net MVC 应用程序添加字典功能。有谁知道我可以使用的图书馆?我可以从哪里获得单词定义?
任何帮助表示赞赏。
I need to add dictionary facilities to an Asp.net MVC app. Does anyone know a library that I could use? Where can I get word definitions from?
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于你想做什么。
如果您尝试添加实际单词词典的引用以用于您的应用程序,那么您必须创建自己的词典来定义您想要使用的单词。
如果您想找到包含数据类型字典的库那么您应该尝试
System.Collections.Generic 或 System.Collections.Specialized
it depends on what you want to do.
if you're trying to add a reference of an actual dictionary of words to use for your application then you'll have to create your own to define the words that you want to use.
if you're trying to find the library that contains the data type dictionary then you should try
System.Collections.Generic, or System.Collections.Specialized
如果它仍然与您相关,它不是一个“图书馆”,但在 Dicts.info 网站 上您可以找到原始词典您可以在应用程序中使用的文件。
您还可以找到各种语言的双语词典,甚至分类词汇,甚至更多...
注意尊重各自的许可。
If its still relevant for you, It's not a 'library' but on Dicts.info site you can find raw dictionary files you could use inside your application.
You can also find bilingual dictionaries for various languages or even categorized vocabulary, and even more...
Watch out to respect their respective licences.