如何从 Android 调用 WordNet? [Android 版 Wordnet API]

发布于 2024-12-04 13:24:56 字数 302 浏览 1 评论 0原文

我在Java中使用 rita 框架来使用 WordNet。它工作得很好,但是我如何在 android 中使用它?有没有任何框架/API可以从android访问WordNet?

JAWS 需要安装 WordNet(在 Windows 上)并从 Java 访问它!有解决办法吗?

I used rita framework in Java to use WordNet. It worked fine but how can I use it in android? Is there any framework/API to access WordNet from android?

JAWS requires WordNet to be installed (on say Windows) and access it from Java! Any work around?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

花桑 2024-12-11 13:24:56

我不完全确定您的要求,但我一直在尝试 WordNet 希望将其用作字典来源。

我发现了您的问题,即许多接口访问已安装的 WordNet API,这在 Android 上不会发生。

我认为 JWI 是我的赢家,因为它似乎正在访问字典文件直接(这些可以在 WordNet 下载页面上独立下载)

一旦我进一步查看界面并确认/撤回此评论,我将更新此内容。

I'm not entirely sure about your requirements but I have been toying around with WordNet hoping to use it as a dictionary source.

I discovered your issue where a number of interfaces access the installed WordNet API which won't be happening on Android.

I think I'm on to a winner with JWI as it appears to be accessing the dictionary files directly (these can be downloaded independently on the WordNet download page)

I'll update this once I've looked further into the interface and confirm / retract this comment.

伤感在游骋 2024-12-11 13:24:56

我尝试使用 JWI API 在 Android 上使用 WordNet。我尝试过的大多数基本功能 - 在词汇表中查找单词、获取词干和该单词的不同含义都可以工作。这是直接开箱即用的,只需对现有代码进行最少的修改。

I tried to use the JWI API for using WordNet on Android. Most of the basic functions I have tried out - looking up a word in the glossary, getting the WordStem and different senses of the word all work. And this is straight out of the box, with minimal alterations to the code that is already there.

属性 2024-12-11 13:24:56

使用 JWI,您可以复制 asset 目录中的所有 wordnet 文件。
然后,您应该将所有文件复制到外部存储,以便您可以访问字典。

Using JWI, you could copy all wordnet' files in asset directory.
Then, you should copy all files to external storage, so you can access to the dictionary.

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