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 32: | Line 32: | ||
==Links== | ==Links== | ||
* [http://en.wikipedia.org/wiki/Spell_checker Spell checker] at Wikipedia | * [http://en.wikipedia.org/wiki/Spell_checker Spell checker] at Wikipedia | ||
* [https://sourceforge.net/projects/jortho jortho project page], sourceforge.net -- JOrtho is the library used for spell checking | |||
[[Category:Development]] | [[Category:Development]] |
Revision as of 06:02, 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
- jortho project page, sourceforge.net -- JOrtho is the library used for spell checking