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 25: | Line 25: | ||
* 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] | ||
* [http://sourceforge.net/search/index.php?group_id=7118&type_of_search=artifact&q=spell+check&group_artifact_id=357118&artifact_id=&submitted_by=&assigned_to=&open_date_start=&open_date_end=&last_update_date_start=&last_update_date_end=&form_submit=Search Search Feature Requests tracker for "spell check"] | * [http://sourceforge.net/search/index.php?group_id=7118&type_of_search=artifact&q=spell+check&group_artifact_id=357118&artifact_id=&submitted_by=&assigned_to=&open_date_start=&open_date_end=&last_update_date_start=&last_update_date_end=&form_submit=Search Search Feature Requests tracker for "spell check"] | ||
* [https://sourceforge.net/p/freemind/feature-requests/864/ Enhanced Spell Checking], 2014-04-22 -- requests spell checking to take place without entering the edit mode | |||
==Forums== | ==Forums== | ||
Line 33: | Line 34: | ||
* [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 | * [https://sourceforge.net/projects/jortho jortho project page], sourceforge.net -- JOrtho is the library used for spell checking | ||
* [https://sourceforge.net/projects/freeplane/files/spell_check_dictionaries/ freeplane/files/spell_check_dictionaries], sourceforge.net -- dictionaries for JOrtho created as part of Freeplane project, allegedly by being converted from aspell[https://docs.freeplane.org/user-documentation/Spell_checker.html] | |||
[[Category:Development]] | [[Category:Development]] |
Revision as of 06:15, 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"
- Enhanced Spell Checking, 2014-04-22 -- requests spell checking to take place without entering the edit mode
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
- freeplane/files/spell_check_dictionaries, sourceforge.net -- dictionaries for JOrtho created as part of Freeplane project, allegedly by being converted from aspell[1]