get_word_sentiment: get_word_sentiment

Description Usage Arguments Value Examples

Description

Lookup word or term in datasets available on lexiconPT

Usage

1

Arguments

word

character.

Value

A list of all datasets available on lexiconPT filtered by the inputed word.

Examples

1
2
3
4
{
  get_word_sentiment("cantar")
  
 }

Example output

$oplexicon_v2.1
       term type polarity
5500 cantar   vb        0

$oplexicon_v3.0
       term type polarity polarity_revision
6134 cantar   vb        0                 A

$sentilex
[1] "Word not present in dataset"

lexiconPT documentation built on May 2, 2019, 6:49 a.m.