Poster | Thread |
Nibunnoichi
| |
Re: New release of GuideMaker Posted on 27-Oct-2011 7:39:20
| | [ #1 ] |
|
|
|
Cult Member |
Joined: 18-Nov-2004 Posts: 971
From: Roma + Milano, Italia | | |
|
| Good to see you back at work! I hope to see a new release of M2 too _________________ Proud Amigan since 1987 Owner of various Commodore and a SAM440ep\OS4.1FE See them on http://retro.furinkan.org/
|
|
Status: Offline |
|
|
Ancalimon
| |
Re: New release of GuideMaker Posted on 27-Oct-2011 8:10:47
| | [ #2 ] |
|
|
|
Regular Member |
Joined: 23-Mar-2004 Posts: 433
From: Istanbul | | |
|
| I was looking for this program 10 years ago and could not find it. :P Thanks. |
|
Status: Offline |
|
|
Trixie
| |
Re: New release of GuideMaker Posted on 27-Oct-2011 12:24:44
| | [ #3 ] |
|
|
|
Amiga Developer Team |
Joined: 1-Sep-2003 Posts: 2094
From: Czech Republic | | |
|
| Nice!
Out of curiosity: how did you implement the spell checking? Are you using something like aspell or ispell? (I'd take a look but sadly, my SAM is defunct at the moment.) _________________ The Rear Window blog
AmigaOne X5000/020 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
|
|
Status: Offline |
|
|
tbreeden
| |
Re: New release of GuideMaker Posted on 27-Oct-2011 19:54:54
| | [ #4 ] |
|
|
|
Regular Member |
Joined: 8-Feb-2004 Posts: 117
From: Charlottesville, Virginia, USA | | |
|
| Quote:
Out of curiosity: how did you implement the spell checking? Are you using something like aspell or ispell? |
I thought about using ISpell, but did not want to make the user go install another package. Maybe I should have the program test for the existance of ISpell and send ARexx commands to it instead of loading its own spell checking.
What I did was pretty simple. I created a plain text file off all the words generated by the medium size english (american) base file + the affix file (which it turns out can also be found on the web as well), and my hash table code module. If the user turns on Spell Checking, an in-memory hash table is created by reading in the big text file (and the User text file). I thought about writing out a prebuilt copy of that hash table, but on my Sam 440 flex and AOne, it takes only about 5 secs to read it in from text and make the table.
Added a few Amiga specific terms to the main wordlist text file, and a little code to avoid spell checking the AmigaGuide commands.
Memory hungry (20 MB), but really pretty fast.
Tom |
|
Status: Offline |
|
|
Moxee
| |
Re: New release of GuideMaker Posted on 27-Oct-2011 21:30:23
| | [ #5 ] |
|
|
|
Team Member |
Joined: 20-Aug-2003 Posts: 6291
From: County Yakima, WA State, USA | | |
|
| Nice work, Tom.
______________ Moxee _________________ Moxee AmigaOne X1000 AmigaOne XE G4 I'd agree with you, but then we'd both be wrong.
|
|
Status: Offline |
|
|
Coder
| |
Re: New release of GuideMaker Posted on 29-Oct-2011 9:39:19
| | [ #6 ] |
|
|
|
Team Member |
Joined: 15-May-2003 Posts: 4523
From: The Netherlands | | |
|
| |
Status: Offline |
|
|