krickert opened a new pull request, #1167:
URL: https://github.com/apache/opennlp/pull/1167

   STACKED on #1155 (wordnet-api): this branch builds on that PR's 
LexicalKnowledgeBase seam, and since that head lives on a fork it cannot be 
this PR's base ref. Until #1155 merges, the diff here shows its commits too; 
only the last commit (a000fcce) is this PR. After #1155 lands, the branch 
rebases onto main and the diff collapses to this change alone.
   
   Adds LexicalExpander to the opennlp-wordnet module: given a term, it 
produces weighted related terms from a LexicalKnowledgeBase, the synonyms 
sharing its synsets, the lemmas of hypernym ancestors up to a configured depth 
(following both the direct and the instance relation, visited-checked so cyclic 
data terminates), and optionally direct hyponyms. Each expansion carries a 
deterministic heuristic weight (sense-rank decay times depth decay, both 
configurable), results are deduplicated case-insensitively keeping the highest 
weight, the input term is never returned, and ordering is stable. An optional 
Lemmatizer fallback expands inflected input; the Morphy lemmatizer of this 
module plugs in directly, so dogs expands via dog and mice via mouse.
   
   Tests cover the behavior over a hand-built graph with a controlled shape 
(sense ranking, depth decay, dedupe, cycle termination, hyponym opt-in, 
configuration validation) plus integration over the miniature WN-LMF and WNDB 
fixtures asserting both readers expand identically.
   
   JIRA to follow; title gets the key once filed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to