Spell checker: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
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
  • Jazzy - hosted at SourceForge
    • Language: Java
    • Used by eKit

Further open source spell checkers:

  • GNU ASpell
  • MySpell
  • Ispell

Tracker items

Forums

Links