Spell checker: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (→Spell checkers: +link to Java wrapper) |
Dan Polansky (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
==Tracker items== | ==Tracker items== | ||
* Feature request: [http://sourceforge.net/tracker/?func=detail&aid=1522814&group_id=7118&atid=357118 Spell check is crucial] | * Feature request: [http://sourceforge.net/tracker/?func=detail&aid=1522814&group_id=7118&atid=357118 Spell check is crucial] | ||
==Forums== | |||
* Freeplane forum: [http://sourceforge.net/forum/forum.php?thread_id=3195609&forum_id=758437 Why JOrtho is not suitable], 2009-04-11 | |||
==Links== | ==Links== |
Revision as of 09:32, 21 June 2009
There is no spell checker in FreeMind, as of versions 0.8.1 and 0.9.0.
A spell checker is integrated into Freeplane, a fork of FreeMind.
Spell checkers
Candidate spell checkers:
- JOrtho - hosted at SourceForge
- Language: Java
- Uses dictionaries based on Wiktionary => vastly incomplete
- Integrated into Freeplane
- Hunspell
- Language: C++
- Used by OpenOffice, Opera , Firefox and Google Chrome
- For Java using JNI, JNA: Java API for Hunspell based on JNA; only a wrapper, not a Java port
- Jazzy - hosted at SourceForge
- Language: Java
- Used by eKit
Further open source spell checkers:
- GNU ASpell
- MySpell
- Ispell
Tracker items
- Feature request: Spell check is crucial
Forums
- Freeplane forum: Why JOrtho is not suitable, 2009-04-11
Links
- Spell checker at Wikipedia