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

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

问题描述

我打算开发一个J2ME应用程序,该应用程序应该能够读取英语词典中的单词。如何与/并存储字典?我必须自己创建字典,通过插入单词,还是有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实现,如在Sourceforge上的Jazzy 。它包含在项目中的字典文件,通过检查代码,您可以了解如何将其集成到您自己的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天全站免登陆