dictionary_semantic_neighbors
Find semantically related words by distributional similarity, with optional language filtering for global, monolingual, or cross-lingual results. Returns cosine similarity scores to discover lexical neighbors.
Instructions
Find distributional semantic neighbours with an optional language filter.
This uses the installed memory-mapped Numberbatch ANN index. It returns an empty unavailable response when semantic artifacts are not installed. Omit target_language for global multilingual results, set it equal to source_language for monolingual results, or use another tag for cross-lingual results. Similarity is finite cosine similarity in the range -1 through 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | Unicode query text; normalized with NFKC and casefold for lookup. | |
| limit | No | Maximum total result budget for this tool. | |
| min_similarity | No | ||
| source_language | No | ISO/BCP-47 language tag. | en |
| target_language | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||