#1068394 hunspell-it: Verb 'possedere' is in it_IT.dic, but is highlighted as error

Package:
hunspell-it
Source:
hunspell-it
Submitter:
Alessio Paonessa
Date:
2024-04-04 15:27:08 UTC
Severity:
normal
Tags:
#1068394#5
Date:
2024-04-04 13:31:23 UTC
From:
To:
Dear Maintainers,

when I write the conjugations of the verb 'possedere' in a text editor, the
word is marked as an error.

A quick check to the file it_IT.dic seems to correctly list it at line 60847.
Nonetheless, the conjugations are highlighted as incorrect.

Since it is a common verb in Italian, I would expect to be accepted as correct.
Please, notice that the infinitive mode has no issue.

Thank you in advance,

Best Regards


Alessio Paonessa

#1068394#10
Date:
2024-04-04 15:25:42 UTC
From:
To:
El jue, 4 abr 2024 a las 15:33, Alessio Paonessa
(<livmion@hotmail.com>) escribió:

I do not speak italian but has looked sometimes at
ispell/myspell2/hunspell affix files, so here go my 2cents.

First, I suggest you to send the exact words that triggered the error,
to make debugging easier. From what I see, the problem might be that
"È" flag is not present in aff file, but used in the dic file

$ grep È /usr/share/hunspell/it_IT.dic
possedere/ÈI
risedere/ÈI
sedere/ÈSI
soprassedere/ÈI

$ grep È /usr/share/hunspell/it_IT.aff
TRY aioertnsclmdpgubzfvhàq'ACMSkBGPLxEyRTVòIODNwFéùèìjUZKHWJYQXÙÀÒÈÌÉ
# Nota: non presenti nel dizionario: ÙÀÒÈÌÉ, vanno aggiunte alla TRY rigenerata
MAP eéèEÉÈ

"I" flag seems to work well,

$ echo possedermi possederti possedervi possederci | hunspell -a -d it_IT
@(#) International Ispell Version 3.2.06 (but really Hunspell 1.7.2)
*
*
*
*
Do not know what "È" flag was supposed to handle. By the way, other
words in above list should show similar problems.

I do not speak italian, so I suggest you to report this problem
directly to the upstream email available in it_IT.aff file.

E-Mail: marina<dot>latini<AT>libreoffice<dot>org

Hope this helps,

Regards,