https://bugs.documentfoundation.org/show_bug.cgi?id=59448

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from [email protected] ---
The changes to fix this bug have been applied to master (5.2). The precise
patch is: fbb00383d82da5ce375f1b034d3fb9ebdd9a8f0e

The changes are available in daily builds, etc.

In summary here are the changes to the khmer line breaking algorithm:

1. ZWSP and WJ introduce a 3 cluster break exclusion around them
2. Spaces and other boundaries only introduce a 3 cluster break exclusion if
that exclusion overlaps another exclusion.
3. Open and closing punctuation are ignored for the purposes of exclusion
identification.
4. coengs are handled correctly.
5. The dictionary is frequency based and a maximal match algorithm is used to
identify word break.
6. The dictionary has automatic common misspelling confusions added to give
sensible behaviours for common misspellings.

The final result is a much smaller and more accurate dictionary as well as a
much improved algorithm.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to