Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Issue 18041: The first step towards Turkish spell-checker.... (Closed)

Created:
11 years, 11 months ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

The first step towards Turkish spell-checker.This is a set of fixes for supporting the Turkish dictionary provided by the tr-spell project (*1).As I wrote in http://crbug.com/4782, this issue consists of three issues: one is against our convert_dict tool, and two are against our hunspell client.(*1) http://code.google.com/p/tr-spell/Unfortunately, the BDIC file converted from this Turkish dictionary is huge (7.1MB) because the dictionary has a lot of affix rules (> 18,000) and the most of the BDIC file is occupied by "AF" lines. BUG=4782 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9122

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -15 lines) Patch
M chrome/third_party/hunspell/google/bdict_writer.cc View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -2 lines 0 comments Download
M chrome/third_party/hunspell/src/hunspell/hashmgr.cxx View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -13 lines 0 comments Download
M chrome/third_party/hunspell/src/hunspell/htypes.hxx View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Hironori Bono
11 years, 11 months ago (2009-01-14 09:10:52 UTC) #1
brettw
LGTM. Thanks Hironiro, this looks great. I just have a few comment suggestions, can you ...
11 years, 11 months ago (2009-01-14 16:52:06 UTC) #2
Hironori Bono
11 years, 11 months ago (2009-01-15 10:00:38 UTC) #3
Thank you for your review and comments.
Your typo is not a problem at all because even I often mistype my name. :)

http://codereview.chromium.org/18041/diff/14/16
File chrome/third_party/hunspell/src/hunspell/hashmgr.cxx (right):

http://codereview.chromium.org/18041/diff/14/16#newcode563
Line 563: // IGNORE line here. The rest of the commands will be read by the
affix
Done. Thank you for your suggestion.

http://codereview.chromium.org/18041/diff/14/15
File chrome/third_party/hunspell/src/hunspell/htypes.hxx (right):

http://codereview.chromium.org/18041/diff/14/15#newcode5
Line 5: #define MAXDELEN    (8192 * 2)
Done. I have added a comment describe we need to increase this value to handle
long AF lines included in Turkish BDICs.

Powered by Google App Engine
This is Rietveld 408576698