read_embedding {sentiment.ai} | R Documentation |
Read embedding file. Take json path, return single embedding object for specific model.
read_embedding(file, model = "en.large", version = NULL)
file |
character - the filepath to the json object. |
model |
character - which model's default embeddings are needed. |
version |
PLACEHOLDER - may be necessary in future. |