To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=43583
------- Additional comments from [EMAIL PROTECTED] Thu Mar 3 03:11:20 -0800 2005 ------- Samphan, This problem is not a standard spell checking problem. You must provide a besides the standard dic/aff word files also a sentence-to-word-breaking program or subroutine, that breaks down each sentence to words. Then the spell checker can check it according to the standard rules, offering the replacements, if any. Your word breaking algorithm must use a dictionary, that enables you to break the sentence into words, maybe a POS (Part of Sentence) tagger, that helps to find the optimal breaking algorithm. The final functionality would look: myspell gets the sentence - myspell calls your breaker program/subroutine - myspell checks the into words broken sentence, and passes back the suggestions, if any. myspell gets the next sentence, etc.... The only support you can expect from the spell checker is to provide the interface to your sentence breaking program/subroutine. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
