Changes between Version 7 and Version 8 of SPELL_CHECK_R0


Ignore:
Timestamp:
05/14/10 13:40:26 (15 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPELL_CHECK_R0

    v7 v8  
    8080 * JSpell - commercial server-based solution. 
    8181 
     82== Conclusion == 
     83Jazzy 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 
    8285= Implementation = 
    8386^Describe and link the implementation results here (from the wiki or the repository).