Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - slade

Pages: [1]
1
Software / Word Game Dictionary
« 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.

2
Software / Problem Installing Kino2
« on: May 03, 2006, 09:45:36 pm »
Hi,

Unfortunately, I have exactly the same problem as jfv.   xamindar  replied with "Probably the battery applet. If it happens again you can boot to console and uninstall the offending application."

I wonder if anyone could give me a few more directions about how I would boot into console mode and from there how I could uninstall the battery.ipk from the command line?

Many thanks for your help,
Slade.

Pages: [1]