Board index » jbuilder » Java-based Spell Checker...
Dennis Landi
![]() JBuilder Developer |
Dennis Landi
![]() JBuilder Developer |
Java-based Spell Checker...2003-08-18 09:50:44 AM jbuilder17 Can anybody recommend a free-ware Java-based Spell Checker. I would also be interested in commercial versions if there are no freeware candidates... |
Eduardo A. Salgado
![]() Java Developer |
2003-08-19 09:02:45 PM
Re:Java-based Spell Checker...
Dennis Landi wrote:
QuoteCan anybody recommend a free-ware Java-based Spell Checker. I would also because there was no call for it. In fact, you are the first to mention the need for a Java spell checker. We do not want to add support like we did with Kylix where "every body" wanted it, and then few actually bought it. Let me know if you do not find the component you need. We may need to revive this project. Good luck! Eduardo A. Salgado Eminent Domain Software "Custom Software Development For Your Domain" Makers of EDSSpell, EDSPrint, EDSZipCodes and XSpell, the IDE Expert. |
Dennis Landi
![]() Java Developer |
2003-08-20 08:29:01 PM
Re:Java-based Spell Checker...
There are a couple of commericial versions, I uncovered. But frankly the
actual functionality: 1) Store and index of alphabetized words to be searched, 2) and provide an update mechanism is so trivial, I might just write one fast for my own use... -dennis "Eduardo A. Salgado" < XXXX@XXXXX.COM >wrote in message news:3f421ff9 QuoteLet me know if you do not find the component you need. We may need to {smallsort} |
Eduardo A. Salgado
![]() Java Developer |
2003-08-20 10:09:12 PM
Re:Java-based Spell Checker...
Dennis Landi wrote:
QuoteThere are a couple of commercial versions, I uncovered. But frankly the Spell checking is about doing very fast checks of words against a wordlist but also includes suggesting words when the one you search for is not in your dictionary (using Soundex or some such). Further, the list of words should be manageable. For example, our Spanish dictionary has over 420,000 words and compresses to about 8% of the size of the text file used to create it. But, if what you need can be done the way you describe it, then you should be OK. Good luck! Eduardo A. Salgado Eminent Domain Software "Custom Software Development For Your Domain" Makers of EDSSpell, EDSPrint, EDSZipCodes and XSpell, the IDE Expert. |
Valentino Kyriakides
![]() Java Developer |
2003-08-20 11:56:58 PM
Re:Java-based Spell Checker...
"Dennis Landi" <none[at]none.com>schrieb im Newsbeitrag
QuoteCan anybody recommend a free-ware Java-based Spell Checker. I would also thus I can't recommend something special here, but you might try out some of these: - czerwonykapturek.tripod.com/jbSpell/jbspell.html jbSpell also includes a pure Java spellcheck component I once upon a time contributed. - www.iu.hio.no/~frodes/sprell/sprell.html Sprell is a free pure Java solution. - codecentral.borland.com/codecentral/ccweb.exe/listing Another one for JB. - www.thesolutioncafe.com/jspell.html A commercial one. I bet there are much more Java related spellcheckers available free and commercial ones. Maybe you give gogle a search try. -Valentino |
Dennis Landi
![]() Java Developer |
2003-08-21 02:42:56 AM
Re:Java-based Spell Checker...
Thanks Valentino.
"Valentino Kyriakides" < XXXX@XXXXX.COM >wrote in message Quote
|
John McGrath [TeamB]
![]() Java Developer |
2003-08-21 01:41:27 PM
Re:Java-based Spell Checker...
On 8/17/2003 at 9:50:44 PM, Dennis Landi wrote:
QuoteCan anybody recommend a free-ware Java-based Spell Checker. I would Regards, John McGrath [TeamB] |