Description Usage Arguments Value See Also
Send a text and return seperate words or only nouns, verbs,adjectives, etc or a combination. http://documentation.cortical.io/working_with_text.html#pos-tags
| 1 2 | cortical_text_tokenize(text, pos_tags = NULL,
  retina_name = "en_associative", api_key = NULL)
 | 
| text | input a character vector: "a small lamb walked ..." | 
| pos_tags | a character representation such as "NNS" for nouns. see the link. | 
| retina_name | one of en_associative or en_synomous see retina. | 
| api_key | your key, if you saved the key in .renviron leave this NULL. | 
seperate words or only the part of speech you asked for
Other text: cortical_text_keywords,
cortical_text_language,
cortical_text_representation,
cortical_text_slices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.