wordVector: wordVector

View source: R/QLSA.R

wordVectorR Documentation

wordVector

Description

wordVector is a function that will extract a word vector from Gallito API LSA semantic space. It takes a word or a tupple (separated by "_") and returns the vector of that word in the LSA semanti space.

Usage

wordVector(word, gallitoCode, spaceName)

Arguments

word

A string or a tupple of strings separated by "_" indicating the word you want to extract.

gallitoCode

Gallito API password to extract information from the LSA semantic space

spaceName

Gallito API LSA semantic space you want to use

Value

The word vector is returned


alejandrommingo/QLSA documentation built on March 19, 2022, 3:36 a.m.