Issue 84915 - Hunspell: improve the conditional field of affixes
Summary: Hunspell: improve the conditional field of affixes
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: spell checking (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial with 3 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-30 17:17 UTC by auberon
Modified: 2017-05-20 11:29 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description auberon 2007-12-30 17:17:35 UTC
Enhancement for Hunspell :

Improve the regular expression-like possibilities of conditional field of
affixes to identify the beginning of a word.

Of course, this recognition should be done with a circumflex (^) at the
beginning of a pattern.

In french, verbs which are roots of other verbs often have few different
conjugations than their derivative forms.

Example:
Verbs: mouvoir, émouvoir, promouvoir

SFX x2 N 51
SFX x2   ouvoir     û                   ^mouvoir        <---- here
SFX x2   ouvoir     u                   .mouvoir
[all other rules are the same for the three verbs]
Comment 1 auberon 2008-01-02 17:33:52 UTC
I suppose this issue is for you.
Comment 2 nemeth.lacko 2008-12-07 04:01:14 UTC
Temporary solution:

SFX x2 N 25
SFX x2   ouvoir     û                   mouvoir        <---- here

SFX x3 N 26
SFX x3   ouvoir     u                   mouvoir

mouvoir/x2
xmouvoir/x3


Comment 3 auberon 2008-12-07 15:52:27 UTC
Yes, this is what I already did. :)
Comment 4 Marcus 2017-05-20 11:29:50 UTC
Reset assigne to the default "issues@openoffice.apache.org".