You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Peter Gromov (Jira)" <ji...@apache.org> on 2022/06/23 19:38:00 UTC

[jira] [Created] (LUCENE-10626) Hunspell: add tools to aid dictionary editing: analysis introspection, stem expansion and stem/flag suggestion

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org