[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-11 Thread codesite-noreply
Updates: Status: Available Owner: --- Cc: js...@chromium.org Comment #16 on issue 8803 by m...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 (No comment was entered for this change.) -- You received this message

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-08 Thread codesite-noreply
Comment #15 on issue 8803 by js...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 Actually, the size limit of BDict is not 128 characters but 128 bytes in UTF-8. When translated to syllable counts, it's ~ 43. Moreover, the current Kore

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-05 Thread codesite-noreply
Updates: Status: Started Owner: m...@chromium.org Comment #14 on issue 8803 by m...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 (No comment was entered for this change.) -- You received this message because you are li

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-01 Thread codesite-noreply
Comment #13 on issue 8803 by ryu.changwoo: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 hbono, The long word "김수한무..." is an eastar egg, based on an old Korean comedy TV show. It can be safely removed. -- You received this message because you are

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-01 Thread codesite-noreply
Comment #11 on issue 8803 by hb...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 mhm, Unfortunately, convert_dict sorts words in a ".dic" file while creating a WordList object as I noted on IRC. So, this number 28992 doesn't tell the

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-01 Thread codesite-noreply
Comment #12 on issue 8803 by m...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 Forgot about the top thing, as hbono pointed out on IRC that the word list that we use is alphabetized. The line numbers don't match. He has some results

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-01 Thread codesite-noreply
Comment #10 on issue 8803 by m...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 Ah! Okay, I have added some logging to convert_dict and it seems its failing: "Word doesn't match, line #28992" Which is WordList #28992: 날조할뻔하다/3 I have

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-09-01 Thread codesite-noreply
Comment #9 on issue 8803 by hb...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 mhm, Thank you for your work and sorry for my slow updates. If I recall correctly, this Korean dictionary contained a very long word (>128 characters) th

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-08-31 Thread codesite-noreply
Comment #8 on issue 8803 by m...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 Since the new hunspell has been landed, do you have any idea why our converter tool is not properly checking out okay? Does it have something to do with

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-08-05 Thread codesite-noreply
Updates: Labels: Mstone-4 Blockedon: -14756 Comment #7 on issue 8803 by js...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 Thank you for the reply and starting the project (Korean hunspell dictionary) ! When calculat

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-08-04 Thread codesite-noreply
Comment #6 on issue 8803 by ryu.changwoo: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 No, just NFC/NFD conversions. In the source aff.py: import unicodedata ... def NFD(unistr): return unicodedata.normalize('NFD', unistr) ... _conv_strings = [

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-08-04 Thread codesite-noreply
Comment #5 on issue 8803 by js...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 To Changwoo: Does the normalization for Korean in Hunspell go beyond the Unicode normalization? How about UTR 47 draft ( http://www.unicode.org/draft/re

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-07-31 Thread codesite-noreply
Comment #4 on issue 8803 by m...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 Hi all, I tried converting that korean aff/dic: M:\code\chromium\src\chrome\Debug>convert_dict.exe ko_KO Reading ko_KO.aff ... Reading ko_KO.dic ... Seriali

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-07-31 Thread codesite-noreply
Updates: Cc: m...@chromium.org Comment #3 on issue 8803 by m...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fiel

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-03-19 Thread codesite-noreply
Comment #1 on issue 8803 by ryu.changwoo: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 Good to see my dictionary project in Chromium project. Note that it requires hunspell 1.2.8 new feature ICONV and OCONV for Hangul Unicode normalization. But AFA

[chromium-bugs] Issue 8803 in chromium: add Korean spell checking support

2009-03-16 Thread codesite-noreply
Status: Assigned Owner: js...@chromium.org CC: sidc...@chromium.org, hb...@chromium.org Labels: Type-Bug Pri-2 OS-All Area-Misc i18n New issue 8803 by js...@chromium.org: add Korean spell checking support http://code.google.com/p/chromium/issues/detail?id=8803 The Korean spellcheck dictionary f