Issue 14174 - Spellchecker stops searching in dictionary after first matching occurence found
Summary: Spellchecker stops searching in dictionary after first matching occurence found
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 644m11
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: h.ilter
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 18:57 UTC by edas
Modified: 2003-09-08 16:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description edas 2003-05-06 18:57:40 UTC
In Lithuanian it is a problem because some words appear in dictionary the same,
but they uses different flags.
Example from lt_LT.dic:
kalba/D #substantive
kalbėti/TSXabcefhijklnopqrvwx #same verb, another form
kalba/ESXabcefhijklnopqrvwx   #same verb, another form
kalbėjo/PSXabcefhijklnopqrvwx #same verb, another form
kalbasi/E                     #same verb, another form

As you can expect, in this order "prakalba" is misspelling and "kalbos" -- OK.
If "kalba/D" is at the end of the list, "prakalba" is spelled correctly, but
"kalbos" -- incorrectly. :(
Comment 1 edas 2003-06-17 14:52:20 UTC
Fixed by merging flags.
kalba/D + kalba/ESX = kalba/DESX

That's so simple :)
Comment 2 h.ilter 2003-07-23 15:11:57 UTC
.