Peter Gromov created LUCENE-10626:
-------------------------------------

             Summary: 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


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.7#820007)

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

Reply via email to