[ 
https://issues.apache.org/jira/browse/LUCENE-10626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Gromov closed LUCENE-10626.
---------------------------------

> Hunspell: add tools to aid dictionary editing: analysis introspection, stem 
> expansion and stem/flag suggestion
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10626
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10626
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Peter Gromov
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The following tools would be nice to have when editing and appending an 
> existing dictionary:
> 1. See how Hunspell analyzes a given word, with all the involved affix flags: 
> `Hunspell.analyzeSimpleWord`
> 2. See all forms that the given stem can produce with the given flags: 
> `Hunspell.expandRoot`, `WordFormGenerator.expandRoot`
> 3. Given a number of word forms, suggest a stem and a set of flags that 
> produce these word forms: `Hunspell.compress`, `WordFormGenerator.compress`.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to