English 中文(简体)
用于检索单词表( 或其他免费服务) 的 Wiktionary API
原标题:Wiktionary API to retrieve word forms (or other free service)

这个问题对俄语/乌克兰语来说尤其严重,但对其他语言可能也有用。

Is there a possibility to retrieve word forms as raw data? To use in mobile application for example. These forms are present on the general wiki page. For example Forms of verb to be . The same you can find for nouns Noun forms for apple in Russian.

I need these forms with description of the form. What I mean is for example: to be - infinitive; am - first person singular, present time; are - first person plural, present time; etc.

到目前为止,我发现只有wiktionary.org为俄语提供这种信息。 如果有人能指给我一些其他俄语、乌克兰语和英语的服务/词典,那将是一件好事。

问题回答

如果您有兴趣使用 Wiktionary, 您可以考虑 < a href=" http://code.google.com/ p/wikokit/" rel="nofollow" >Wikokit , 这是解析 Wiktionary 数据库的接口。 英文和俄文数据库的倾弃可在它们的下载部分中找到, 但是它们也提供代码/ library (Java), 供您创建自己的数据库倾弃处。 他们还提供了( 我想) 代码/ library, 供您与数据库连接, 所以您不再需要处理网络服务, 因为您已经在当地运行 。





相关问题
Java Stanford NLP: Part of Speech labels?

The Stanford NLP, demo d here, gives an output like this: Colorless/JJ green/JJ ideas/NNS sleep/VBP furiously/RB ./. What do the Part of Speech tags mean? I am unable to find an official list. Is it ...

Java Stanford NLP: Find word frequency?

I m using the Stanford NLP Parsing toolkit. Given a word in the lexicon, how can I find its frequency*? Or, given a frequency rank, how can I determine the corresponding word? *in the entire language,...

c/c++ NLP library [closed]

I am looking for an open source Natural Language Processing library for c/c++ and especially i am interested in Part of speech tagging.

Clustering text in Python [closed]

I need to cluster some text documents and have been researching various options. It looks like LingPipe can cluster plain text without prior conversion (to vector space etc), but it s the only tool I ...

Natural language rendering

Do you know any frameworks that implement natural language rendering concept ? I ve found several NLP oriented frameworks like Anthelope or Open NLP but they have only parsers but not renderers or ...

热门标签