Description Usage Arguments Value Examples
a specific type of Corpus that includes samples from a 'positive' sentiment document and a 'negative' sentiment document
1 | ClassifierCorpus(positive, negative)
|
positive |
a document of text containing entries with positive sentiment |
negative |
a document of text containing entries with negative sentiment |
an object of class ClassifierCorpus
1 | classifierCorpusEx <- ClassifierCorpus(c('what a beautiful day', 'I am happy'), c('what a miserable day', 'I am unhappy'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.