Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个类似于 Word Web 的应用程序。为此,我需要 Jar 文件或平面文件格式的英语词典。
Java中是否有一个带有英文字典单词的Jar文件?或者是否有任何平面文件或数据库文件可用于将单词和值放入 HashMap?
非常感谢任何帮助...谢谢!
好吧,这是在黑暗中拍摄的,但是如果您使用的是 unix / linux 系统,则可以访问
/usr/share/dict/words
如果你问我,这是一个相当广泛的列表。
也许您可以读取该文件并从中构建您需要的任何数据结构?