You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2005/04/22 11:18:15 UTC

[Xmlgraphics-fop Wiki] Trivial Update of "AutomaticHyphenation" by JoergPietschmann

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.

The following page has been changed by JoergPietschmann:
http://wiki.apache.org/xmlgraphics-fop/AutomaticHyphenation

------------------------------------------------------------------------------
  = Automatic Hyphenation =
  
  FOP uses Frank Liang's famous pattern based algorithm for automated hyphenation of words. This page will describe
+ 
  * The core algorithm for hyphenation, in an abstract way.
  * Data structures used in an efficient implementation
  * Refinements and embedding of the algorithm
@@ -135, +136 @@

  end-of-word-anchor ::= "."
  character ::= "any Unicode character except a dot"
  }}}
- Note that this grammar allows a pattern like "a44b" which should probably be interpreted as a pattern string "a4b" with a weight 4 for the position between the a and the 4. 
+ Note that this grammar allows a pattern like "a44b" which should probably be interpreted as a pattern string "a4b" with a weight 4 for the position between the a and the 4.
  
  (FIXME: More to come)
  
@@ -149, +150 @@

  
  Keywords: parse words out of the text, character normalization (link Unicode TR, icu4j etc.), alphabet mapping/transformation
  
- == Hot To Generate Patterns ==
+ == How To Generate Patterns ==
  
  Keywords: patgen description, patgen parameters, word weights, hyphenation position weights
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org