Marc Kupietz | db9bb1a | 2023-10-24 16:03:36 +0200 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/derekovecs.R |
| 3 | \name{wordEmbedding} |
| 4 | \alias{wordEmbedding} |
| 5 | \title{Get word embedding} |
| 6 | \usage{ |
| 7 | wordEmbedding(word = "Test", ...) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{word}{The word to get the paradigmatic neighbours for.} |
| 11 | |
| 12 | \item{...}{Additional parameters to pass to the API.} |
| 13 | } |
| 14 | \value{ |
| 15 | Normalized embedding vector of the given word. |
| 16 | } |
| 17 | \description{ |
| 18 | Get the normalized embedding vector of a word from the derekovecs model. |
| 19 | } |