word_fuzzy
Find approximate matches for a term when an exact lookup returns no results. Use fuzzy sequence matching to suggest similar ASD-STE100 vocabulary entries.
Instructions
Search for a term with sequence-matching (Python difflib.get_close_matches).
Results may not be obvious — use when find returns nothing and you want suggestions.
Parameters
term: The word or phrase to search for approximately.
Returns
list[Word] A (possibly empty) list of similar vocabulary entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | The term to look up. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |