gallitoContour | R Documentation |
gallitoContour is a function that will extract a word contour from Gallito API LSA semantic space. It takes a word or a tupple (separated by "_") and returns a data frame with the contour of that word.
gallitoContour( word, gallitoCode, spaceName, neighbors = 100, min_cosine_contour = 0.3 )
word |
A string or a tupple of strings separated by "_" indicating the word for which you want to extract the contour |
gallitoCode |
Gallito API password to extract information from the LSA semantic space. |
spaceName |
Gallito API LSA semantic space you want to use. |
neighbors |
The number of neighbors inside the contour of the word. By default 'neighbors = 100'. |
min_cosine_contour |
minimum cosine required for being a contour exemplar. By default 'min_cosine_contour = 0.3'. |
A data frame with the contour of the word is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.