phrase_extract: Phrase extraction & named entity recognition on text

Description Usage Arguments Value Note References Examples

View source: R/phrase.r

Description

Phrase extraction & named entity recognition on text

Usage

1
2
phrase_extract(text, language = c("english", "dutch", "portuguese",
  "spanish"))

Arguments

text

one element character vector containing the text to analyze (part of speech). Must be <= 21000 characters.

language

the language text is in. One of "english", "dutch", "portugese" or "spanish". here: http://text-processing.com/docs/phrases.html.

Value

list with parsed text

Note

The public API is for non-commercial purposes, and each method is throttled to 1,000 calls per day per IP

References

http://text-processing.com/docs/phrases.html

Examples

1
phrase_extract("Maine is nice")

hrbrmstr/sentimental documentation built on May 17, 2019, 5:13 p.m.