Changes between Version 15 and Version 16 of TEXT_MODEL_REDESIGN


Ignore:
Timestamp:
03/29/10 17:16:37 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_MODEL_REDESIGN

    v15 v16  
    182182 * The layout is also much faster, but we expect to be slowed down quite a lot during the next task (the post-processor will need time to process texts). 
    183183 
     184 * Implmentation ideas: 
     185  * The hyphenation should be easily implemented in future, since we currently break words on our own in HotSegmentLayout. The difference will be that we will break the text into hyphens instead of words. So, the word break policy will seem like that: Try to layout a word, if not possible, try to layout as many hyphens as possible. If no words are laid out, try to layout as many characters as possible. Some hyphenation library should provide hyphen-breaking of a word. That should be all. 
     186  * Spellchecking capability seems to be implemented in our next task. We will create a text post-processor, which can handle a ImmText so that it will contain certain attributes about some decoration. A spellcheck processor will need to be created - it will receive raw text and return processed one (with curly underlines maybe). 
    184187= Testing = 
    185188^(Place the testing results here.)^