Spell checker: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) No edit summary |
Dan Polansky (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Spell checker is available since [[Release 1.0.0|FreeMind 1.0.0]]. | Spell checker is available since [[Release 1.0.0|FreeMind 1.0.0]]. | ||
FreeMind uses JOrtho spell checking library for Java. | |||
===Development: Candidate spell checkers=== | ===Development: Candidate spell checkers=== | ||
Line 6: | Line 8: | ||
** Language: Java | ** Language: Java | ||
** Uses dictionaries based on Wiktionary => vastly incomplete | ** Uses dictionaries based on Wiktionary => vastly incomplete | ||
** | ** Used by [[Freeplane]] as well. | ||
* [http://en.wikipedia.org/wiki/Hunspell Hunspell] | * [http://en.wikipedia.org/wiki/Hunspell Hunspell] | ||
** Language: C++ | ** Language: C++ |
Revision as of 05:56, 28 March 2023
Spell checker is available since FreeMind 1.0.0.
FreeMind uses JOrtho spell checking library for Java.
Development: Candidate spell checkers
Candidate spell checkers:
- JOrtho - hosted at SourceForge
- Language: Java
- Uses dictionaries based on Wiktionary => vastly incomplete
- Used by Freeplane as well.
- 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
- Search Feature Requests tracker for "spell check"
Forums
- Freeplane forum: Why JOrtho is not suitable, 2009-04-11
- Add words to spell checking dictionary in Help forum, 2014-04-15, sourceforge.net
Links
- Spell checker at Wikipedia