Changes between Version 7 and Version 8 of SPELL_CHECK_R0
- Timestamp:
- 05/14/10 13:40:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SPELL_CHECK_R0
v7 v8 80 80 * JSpell - commercial server-based solution. 81 81 82 == Conclusion == 83 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. 84 82 85 = Implementation = 83 86 ^Describe and link the implementation results here (from the wiki or the repository).