cortical_text_tokenize: Tokenize the words or return only the part of speech (POS)...

Description Usage Arguments Value See Also

Description

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

Usage

1
2
cortical_text_tokenize(text, pos_tags = NULL,
  retina_name = "en_associative", api_key = NULL)

Arguments

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.

Value

seperate words or only the part of speech you asked for

See Also

Other text: cortical_text_keywords, cortical_text_language, cortical_text_representation, cortical_text_slices


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