I need a language dictionary
I need to add dictionary facilities to an Asp.net MVC app. Does anyone know开发者_C百科 a library that I could use? Where can I get word definitions from?
Any help is appreciated.
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
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.
精彩评论