The Artima Developer Community
Sponsored Link

Java Answers Forum
Need file of words

4 replies on 1 page. Most recent reply: Dec 1, 2004 3:02 PM by Krys

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Matthew Putnam

Posts: 3
Nickname: mattputnam
Registered: Oct, 2004

Need file of words Posted: Nov 23, 2004 3:23 PM
Reply to this message Reply
Advertisement
I need a file that contains all the words in the English language.


Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Re: Need file of words Posted: Nov 24, 2004 7:21 PM
Reply to this message Reply
what is that got to do with Java?

Matthew Putnam

Posts: 3
Nickname: mattputnam
Registered: Oct, 2004

Re: Need file of words Posted: Nov 26, 2004 11:16 AM
Reply to this message Reply
> what is that got to do with Java?

Because a program I'm making needs to recognize words. I can't very well do that if I don't have a list of valid words.

Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Re: Need file of words Posted: Nov 27, 2004 4:24 AM
Reply to this message Reply
> > what is that got to do with Java?
>
> Because a program I'm making needs to recognize words. I
> can't very well do that if I don't have a list of valid
> words.

Then try searching on google rather than posting your silly questions on this forum.

Krys

Posts: 1
Nickname: krys1204
Registered: Dec, 2004

Re: Need file of words Posted: Dec 1, 2004 3:02 PM
Reply to this message Reply
hi,
on unix master dictionary is at
/usr/share/lib/dict/words
u might want to load that into static java classes for fast-er lookup, but that's another question :)
cheers
krys

Flat View: This topic has 4 replies on 1 page
Topic: Java Menu Previous Topic   Next Topic Topic: TCP or UDP

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use