sentence_to_vector: Sentence to vector

View source: R/sentence_to_vector.R

sentence_to_vectorR Documentation

Sentence to vector

Description

Function creates a matrix with word embeddings using a given model.

Usage

sentence_to_vector(sentences, model)

Arguments

sentences

a character vector,

model

a matrix containing word embeddings (e.g., GloVe).


blocking documentation built on June 18, 2025, 9:16 a.m.