cortical_similar_terms: Find similar words in retina

Description Usage Arguments Value See Also

Description

Returns similar words. For instance cat would return tiger.

Usage

1
2
3
cortical_similar_terms(term, retina_name = "en_associative",
  start_index = 0, max_results = 10, pos_type = NULL,
  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

similar words

See Also

Other terms: cortical_terms_context, cortical_terms


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