word_synonym
Find approved ASD-STE100 alternatives for a non-STE word by looking up its WordNet synonyms in the standard's vocabulary.
Instructions
Search for vocabulary entries that are WordNet synonyms of a word (via
the biz-dfch-asdste100nlp library's Nlp class).
Every WordNet synset for term is collected and its lemma names are
cross-referenced, case-insensitively, against the vocabulary's entries
by name — the same scope as word_find/word_match/word_fuzzy
(approved and rejected entries both included). term itself is
excluded from the result. Use this to find approved alternatives for a
non-STE word.
Parameters
term: The word to search synonyms for.
Returns
list[Word]
A deduplicated, alphabetically sorted list of matching vocabulary
entries. Empty if term has no WordNet synsets (out-of-
vocabulary) or none of its synonyms are present in the vocabulary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | The term to look up. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |