Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium
New issue 16647 by [email protected]: Extension: need an API for word segmentation http://code.google.com/p/chromium/issues/detail?id=16647 Some extensions (such as dictionary tool or spell checker tool) might need word segmentation service. The API might be under chrome.i18n or chrome.text, and it might be: // Given the input |language|, a piece of |text|, and the |characterOffset| // within this text, get the segmented word containing the character in // |characterOffset|. void getWord(string language, string text, int characterOffset) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
