cortical_terms: Find word in retina

Description Usage Arguments Value Advanced Search See Also

Description

This function returns what the term means for the retina. Results include df, score, and position types such as adjective, or noun.

Usage

1
2
cortical_terms(term, retina_name = "en_associative", start_index = 0,
  max_results = 10, get_fingerprint = FALSE, api_key = NULL)

Arguments

term

the search word that you would like to search for

retina_name

one of en_associative or en_synomous see retina.

start_index

start of the index (if multiple pages are returned)

max_results

maximum number of result per page.

get_fingerprint

true or false, return sparse matrix representation

api_key

your key, if you saved the key in .renviron leave this NULL.

Value

a description of the word in the retina.

Advanced Search

This endpoint returns a term object with meta-data for an exact match, or a list of potential retina terms if the string contains one or more of the wildcard characters, '*' and '?'. The wildcard characters must be initially preceded by at least 3 characters. The asterisk wildcard, '*', represents zero or more characters. The question mark wildcard, '?', represents exactly one character. Information copied straight from the website http://api.cortical.io/

See Also

Other terms: cortical_similar_terms, cortical_terms_context


RMHogervorst/corticalio documentation built on May 8, 2019, 7:33 a.m.