J2ME 应用程序的英语单词词典 [英] Dictionary of English Words for a J2ME app

查看:27
本文介绍了J2ME 应用程序的英语单词词典的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打算开发一个 J2ME 应用程序,它应该能够从英语词典中读取单词.如何连接到/和存储 Dictionary ?我是否必须自己创建字典,通过插入单词,还是有可用的第三方字典和 API?

I intend to develop a J2ME application, that should be able to read words from the English Dictionary. How do I interface to/and store a Dictionary ? Will I have to create the Dictionary myself, by inserting words, or is there a third party Dictionary available with APIs?

推荐答案

绝对有免费的词典文件,不用自己制作!

There are definitely free dictionary files, so you don't need to make one yourself!

一个好的起点是查看拼写检查器的 Java SE 实现,例如 Jazzy on Sourceforge.它在项目中包含字典文件,通过检查代码,您可以了解如何将其集成到您自己的 J2ME 应用程序中.

A good starting point is looking at a Java SE implementation of a spell checker, such as Jazzy on Sourceforge. It has dictionary files included in the project, and by inspecting the code you can get an idea of how to integrate it into your own J2ME app.

您的主要挑战将是能够使用 J2ME 以有效的方式搜索字典,因为与桌面版本相比,它可能会很慢.

Your major challenge will be to be able to search the dictionary in an efficient manner using J2ME since it can be slow in comparison to its desktop coutnerpart.

这篇关于J2ME 应用程序的英语单词词典的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆