dictionary_semantic_neighbors
Find semantically similar words across 78 languages using embedding-based nearest neighbors. Optionally restrict results to a target language for cross-lingual search.
Instructions
Embedding-based nearest neighbors via Numberbatch. Returns words from the same OR a different language, sorted by cosine similarity. Multilingual (78 languages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | ||
| language | No | Source language ISO 639-1 code | en |
| targetLanguage | No | If set, only return neighbors in this language (cross-lingual semantic search). | |
| limit | No |