我需要一本语言词典

发布于 2024-09-08 20:08:31 字数 80 浏览 5 评论 0原文

我需要向 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 技术交流群。

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

发布评论

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

评论(2

遗心遗梦遗幸福 2024-09-15 20:08:31

这取决于你想做什么。
如果您尝试添加实际单词词典的引用以用于您的应用程序,那么您必须创建自己的词典来定义您想要使用的单词。
如果您想找到包含数据类型字典的库那么您应该尝试
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

沫尐诺 2024-09-15 20:08:31

如果它仍然与您相关,它不是一个“图书馆”,但在 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.

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