diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 08:56:59 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 08:56:59 +0000 |
commit | 48cf2472324304e12d7138f14841f4b2d566e39b (patch) | |
tree | a58e97dfbe2a70bafd3b27b7346ca7cee8780315 /third_party/hyphen/README.chromium | |
parent | 99c4c707b2cf4e0096991c47dcaf8ac57bc52eaa (diff) | |
download | chromium_src-48cf2472324304e12d7138f14841f4b2d566e39b.zip chromium_src-48cf2472324304e12d7138f14841f4b2d566e39b.tar.gz chromium_src-48cf2472324304e12d7138f14841f4b2d566e39b.tar.bz2 |
Adds a hy-phen-ator.
This change adds a project file for the hyphen library and a Hyphenator class, which encapsulates the library. (This class is not integrated into Chrome, though.)
BUG=47083
TEST=HyphenatorTest.HyphenateWords
Review URL: https://chromiumcodereview.appspot.com/9545017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/hyphen/README.chromium')
-rw-r--r-- | third_party/hyphen/README.chromium | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/third_party/hyphen/README.chromium b/third_party/hyphen/README.chromium index 4cbb02e..7cf556b 100644 --- a/third_party/hyphen/README.chromium +++ b/third_party/hyphen/README.chromium @@ -1,8 +1,15 @@ Name: hyphen URL: http://sourceforge.net/projects/hunspell/files/Hyphen/ Version: 2.6 +License File: COPYING +Security Critical: yes Description: -This is a partial copy of Hyphen 2.6. +This is a partial copy of Hyphen 2.6 with the following changes: +* Change the input params of hnj_hyphen_load to receive the pointer to a ruleset + instead of a file path. +* Change RIGHTHYPHENMIN to 2 in hyph_en_US.dic so it hyphenates rec-i-proc-i-ty + as expected. +The patch is in google.patch. See 'hyphen.tex' for additional requirements regarding that file.
\ No newline at end of file |