Author Topic: Word Game Dictionary  (Read 3992 times)

aslvrstn

  • Newbie
  • *
  • Posts: 3
    • View Profile
Word Game Dictionary
« on: March 03, 2006, 01:17:37 am »
At first I didn't have a dictionary for Word Game, but after searching the forums I found how to get one and have Word Game compile it. However, the dictionary I used was terrible, and so I deleted it and searched for an official scrabble dictionary. The official dictionary, however, is 3.3 megs. I transferred it over to /opt/QtPalmtop/etc/dict/words and then started up Word Game. I played my first word at which point it starts to convert the dictionary. At this point, however, it locks up. Word Game usually locks up for a bit when loading a new dictionary, but Opie was completely locked, and wouldn't unfreeze (I could still ssh in, however). I tried to figure out a way to compile the dictionary to a dawg format on my desktop, including unpacking Word Game and checking out the source, but to no avail. I was wondering if anyone had any input.

freizugheit

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://
Word Game Dictionary
« Reply #1 on: March 03, 2006, 05:08:09 am »
Can you share where you obtained the official Scrabble dictionary?

aslvrstn

  • Newbie
  • *
  • Posts: 3
    • View Profile
Word Game Dictionary
« Reply #2 on: March 03, 2006, 07:40:39 pm »
OK so I'm not sure it's US official, but it's good enough for me. It's an official sowpods dictionary that I found here...

http://members.shaw.ca/costa/sowpods.txt

Thanks again for any help

ken

  • Sr. Member
  • ****
  • Posts: 274
    • View Profile
Word Game Dictionary
« Reply #3 on: March 03, 2006, 11:26:34 pm »
just use zword
SL-6000L Sharp ROM 1.12 - 1G SD (RiDATA) - 2G Microdrive (Hitachi)
TRENDnet TE-CF100 10/100 (no drivers needed) AmbiCom CF56M-EZ modem (no drivers needed)

aslvrstn

  • Newbie
  • *
  • Posts: 3
    • View Profile
Word Game Dictionary
« Reply #4 on: March 04, 2006, 12:39:37 am »
It's no good. It doesn't allow the ability to compile new dictionaries, and I'm really looking for a way to be able to do that, and not have to use prepackaged ones.

melee

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • http://
Word Game Dictionary
« Reply #5 on: March 09, 2006, 01:02:52 pm »
Quote
It's no good. It doesn't allow the ability to compile new dictionaries, and I'm really looking for a way to be able to do that, and not have to use prepackaged ones.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Hi

As I wrote ZWord, hopefully I can assist

ZWord package contains a dawg of the Official Scrabble Players Dictionary which works with Wordgame - ospd.dawg
This is the full dictionary compressed down to roughly 250K

It also contains dawgs drawn from Oxford English Dictionary, Websters, the MOBY Crossword project and other name and place wordlists.

[a href=\"http://myweb.tiscali.co.uk/drahthaar/Z]Visit ZWord homepage here[/url]

OSPD Dawg Package only here

I wrote a commandline app to convert lists to dawgs to provide ZWord with dictionaries to search.
It became clear when doing so, that when using QDawg from the Qpe library that the recursive nature of the algorithm placed practical restraints upon the size of the word list that could be converted.
Even with 1GB memory and very fast processor I had to split Websters and divide into 2 dawgs.
The working limit was about 1,050,000 bytes

I have posted the C++ file on my site that can be used on the commandline, to create dawgs.
Download Code Here

You need to appreciate that QDawg is a Qpe class, so this code only makes sense if compiled and run from within a Qte - Qpe  ../qws/linux-x86-g++ environment  (in other words a development environment for building and testing Z apps under vanilla linux before cross compiling to arm for the Z)

I think the ospd.dawg will do what you want, but if not here is your pointer to compile whatever dawg you like.

Have fun

Melee
« Last Edit: March 11, 2006, 10:30:35 am by melee »
C860 - with Sharp ROM
1GB SD and 2 GB & 256MB CF
WiFi, Bluetooth and Sharp CF camera cards
Ubuntu 6.06
(WinXP if I really have to)

slade

  • Newbie
  • *
  • Posts: 2
    • View Profile
Word Game Dictionary
« Reply #6 on: May 04, 2006, 05:59:04 pm »
Quote
Quote
It's no good. It doesn't allow the ability to compile new dictionaries, and I'm really looking for a way to be able to do that, and not have to use prepackaged ones.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Hi

As I wrote ZWord, hopefully I can assist

ZWord package contains a dawg of the Official Scrabble Players Dictionary which works with Wordgame - ospd.dawg
This is the full dictionary compressed down to roughly 250K

It also contains dawgs drawn from Oxford English Dictionary, Websters, the MOBY Crossword project and other name and place wordlists.

[a href=\"http://myweb.tiscali.co.uk/drahthaar/Z]Visit ZWord homepage here[/url]

OSPD Dawg Package only here

I wrote a commandline app to convert lists to dawgs to provide ZWord with dictionaries to search.
It became clear when doing so, that when using QDawg from the Qpe library that the recursive nature of the algorithm placed practical restraints upon the size of the word list that could be converted.
Even with 1GB memory and very fast processor I had to split Websters and divide into 2 dawgs.
The working limit was about 1,050,000 bytes

I have posted the C++ file on my site that can be used on the commandline, to create dawgs.
Download Code Here

You need to appreciate that QDawg is a Qpe class, so this code only makes sense if compiled and run from within a Qte - Qpe  ../qws/linux-x86-g++ environment  (in other words a development environment for building and testing Z apps under vanilla linux before cross compiling to arm for the Z)

I think the ospd.dawg will do what you want, but if not here is your pointer to compile whatever dawg you like.

Have fun

Melee
[div align=\"right\"][a href=\"index.php?act=findpost&pid=117788\"][{POST_SNAPBACK}][/a][/div]

Hi,

I noticed on a message here that you are the author of ZWord.  

I wonder if I could ask you a quick question about ZWord?

I've tried to install zword_0.6_arm.ipk on my C3200 and the package isn't recognised by the ipk graphical installer.

I've tried to install the ipk from the command line and ipkg complains that the ipk is not in gzip format and gives the error:

"ERROR unpacking control.tar.gz from zword_0.6_arm.ipk"

Am I doing something wrong?  Is there a problem running ZWord on a C3200?

I'd love to be able to use ZWord, it might give me a bit more hope of finishing my cryptic crosswords

Thanks for your help,
Slade.

ken

  • Sr. Member
  • ****
  • Posts: 274
    • View Profile
Word Game Dictionary
« Reply #7 on: May 04, 2006, 07:41:39 pm »
fyi - zword will use zbedic dictionaries if I recall.
« Last Edit: May 04, 2006, 07:42:56 pm by ken »
SL-6000L Sharp ROM 1.12 - 1G SD (RiDATA) - 2G Microdrive (Hitachi)
TRENDnet TE-CF100 10/100 (no drivers needed) AmbiCom CF56M-EZ modem (no drivers needed)

melee

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • http://
Word Game Dictionary
« Reply #8 on: May 07, 2006, 11:55:28 am »
Quote
I've tried to install zword_0.6_arm.ipk on my C3200 and the package isn't recognised by the ipk graphical installer.

[div align=\"right\"][a href=\"index.php?act=findpost&pid=125780\"][{POST_SNAPBACK}][/a][/div]

Answered to Slade by email

All down to firefox recognising .ipks as gzipped tar files and helpfully unpacking the file for you!

See other posts on same subject.

Check the download size is as per the web site or better still use wget, konqueror etc and there is no problem.

Ken is correct - ZWord uses the zbedic english dictionary and produces definition of any word highlighted in the crossword solutions list

Melee
C860 - with Sharp ROM
1GB SD and 2 GB & 256MB CF
WiFi, Bluetooth and Sharp CF camera cards
Ubuntu 6.06
(WinXP if I really have to)