[
https://issues.apache.org/jira/browse/LUCENE-10626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562821#comment-17562821
]
ASF subversion and git services commented on LUCENE-10626:
----------------------------------------------------------
Commit d537013e70872015364c745e5f320727efc034b7 in lucene's branch
refs/heads/main from Peter Gromov
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=d537013e708 ]
LUCENE-10626: Hunspell: add tools to aid dictionary editing: analysis
introspection, stem expansion and stem/flag suggestion (#975)
> 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: [email protected]
For additional commands, e-mail: [email protected]