Description Usage Arguments Value Examples
Analyzes text based on average word length and returns an animal picture representing language complexity.
1 | animalType(species, text)
|
species |
A string representing species, must be one of "Duck", "Monkey", "Giraffe", "Whale" |
text |
A string of characters to be analyzed |
A jpeg of an animal
1 2 3 4 5 6 | text <- "I like pie"
animal_rep <- animalType(animalClassifier(text), text)
text <- "Pie's abundantly awesome"
species <- "Duck"
animal_rep <- animalType(species, text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.