personas: Predicts the likelyhood the author of the text is 16...

Description Usage Arguments Value See Also Examples

Description

Predicts the likelyhood the author of the text is 16 different personas

Usage

1

Arguments

text

text for analysis

version

for api version

...

additional arguments to passed to request

Value

dict with likelihood the author would be catigorized as each myers briggs axis, and the most likley MB type

See Also

personality, sentiment, text_tags

Examples

1
2
3
4
5
personas <- personas("Monday: Delightful with mostly sunny skies.
                   Highs in the low 70s.")
most.possible <- sort(unlist(personas), decreasing = TRUE)[1:2]
cat(sprintf("Detected %s persona with probability %0.4f.\n",
            names(most.possible)[1], most.possible[1]))

IndicoDataSolutions/IndicoIo-R documentation built on May 7, 2019, 6:37 a.m.