To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80145
                 Issue #|80145
                 Summary|Affix rule not applied if len(strip) == len(word)
               Component|lingucomponent
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|spell checking
             Assigned to|[EMAIL PROTECTED]
             Reported by|dprina





------- Additional comments from [EMAIL PROTECTED] Sun Jul 29 10:08:29 +0000 
2007 -------
I have tested it with hunspell 1.1.6 and OOo 2.0.4 on GNU/Linux.

Here is a simple example (not realistic):

---8<------FILE a.aff-----8<-----
SET ISO8859-15
TRY aioertnsclmdpgubzfvhàq'ACMSkBGPLxEyRTVòIODNwFéùèìjUZKHWJYQX

SFX B Y 1
SFX B ere ono ere
---8<---------------------8<-----

---8<------FILE a.dic-----8<-----
2
decidere/B
ere/B
---8<---------------------8<-----

$ unmunch a.dic a.aff 2> /dev/null
decidere
decidono
ere

and as you can see the string "ono" is not generated.

I think that a lot of people (or better all?) who create a new rule for a
dictionary think that this is a malfunction, or better they can not notice that
all word/rule aren't fully expanded.

A more realistic example:
---8<------FILE a.aff-----8<-----
SET ISO8859-15
TRY aioertnsclmdpgubzfvhàq'ACMSkBGPLxEyRTVòIODNwFéùèìjUZKHWJYQX

SFX A Y 3 # verbo andare (verb to go)
SFX A andare vado andare # io vado (I go)
SFX A andare va andare # tu vai (you go)
SFX A are iamo andare # noi andiamo (we go)

---8<---------------------8<-----

---8<------FILE a.dic-----8<-----
2
andare/A
riandare/A
---8<---------------------8<-----

$ unmunch a.dic a.aff 2> /dev/null
andare
andiamo
riandare
rivado
riva
riandiamo

So "riandare" (to go again) have all verb conjugations expanded correctly, but
not "andare" (to go).

---------------------------------------------------------------------
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]

Reply via email to