Changes between Version 12 and Version 13 of SPELL_CHECK_R0


Ignore:
Timestamp:
05/18/10 15:46:01 (15 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPELL_CHECK_R0

    v12 v13  
    7979 * JOrtho - open-source, GPL-licenced, JTextComponent based only. 
    8080 * 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. 
    8282 
    8383== Conclusion == 
    8484Jazzy 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). 
    8587 
    8688= Implementation =