Changes between Version 12 and Version 13 of SPELL_CHECK_R0
- Timestamp:
- 05/18/10 15:46:01 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SPELL_CHECK_R0
v12 v13 79 79 * JOrtho - open-source, GPL-licenced, JTextComponent based only. 80 80 * JSpell - commercial server-based solution. 81 * JMySpell - open-source, LGPL-licenced, supports OpenOffice dictionaries (some of them LGPL-licensed), which are more compact, early stage of development, no documentation or JavaDoc . Might be a viable option in the future if it gets stable.81 * JMySpell - open-source, LGPL-licenced, supports OpenOffice dictionaries (some of them LGPL-licensed), which are more compact, early stage of development, no documentation or JavaDoc, only one project actually applying it. Might be a viable option in the future if it gets stable. 82 82 83 83 == Conclusion == 84 84 Jazzy seems as the better choice. It is flexible as far as language dictionaries are concerned, incorporates powerful algorithms, provides JavaDoc and seems easy to use and modify. As a disatvantage, it might be slower due to its event-driven approach. However, Suggester has no documentation and its understanding will be more difficult. It would be harder to supply it with dictionaries as well. In the implementation section, a prototype/demo of using Jazzy in Sophie will be provided. 85 86 '''Note:''' Possible issues - dictionary file size too big (a lot bigger than a .dic + .aff file that JMySpell uses for example). 85 87 86 88 = Implementation =