MyNixOS website logo
Description

Analyse Sentiment of English Sentences.

Analyses sentiment of a sentence in English and assigns score to it. It can classify sentences to the following categories of sentiments:- Positive, Negative, very Positive, very negative, Neutral. For a vector of sentences, it counts the number of sentences in each category of sentiment.In calculating the score, negation and various degrees of adjectives are taken into consideration. It deals only with English sentences.

RSentiment

A package in R to analyse sentiment of English sentences


This package contains three functions that allow R users to analyse sentiment (Positive, Negative, Very Positive, Very Negative, Neutral, Sarcasm) of a text. This package is currently supported in English only.

Current CRAN release is 2.1.3. To install the most updated version of this package from CRAN, run the following code.

install.packages("RSentiment")

calculate_score()

This function loads text and calculates score of each sentence of the text fed on basis of following conditions.

  • Parts of Speech tagging of each word of the sentence
  • Identifying various conditions of occurrences and presence of Verb, Adverb, Adjective, Noun etc in each sentence
  • Accordingly, marking the presence of words of positive and negative sentiment and order of their occurence
  • Considering negation
  • Checking for sarcasm on basis of presence of punctuation(currently)
  • Checking presence of emoticons in the text

This method can provide result in the following range.

  • 0 indicates neutral sentiment.
  • Positive value indicates positive sentiment.
  • Negative value indicates negative sentiment.
  • 99 indicates sarcasm.

calculate_sentiment()

This function loads text and calculates sentiment of each sentence. This function uses the score predicted by calculate_score method to classify the sentences. It classifies sentences into 6 categories:

  • Positive
  • Negative
  • Very Positive
  • Very Negative
  • Sarcasm
  • Neutral

calculate_total_presence_sentiment()

This function loads text and calculates number of sentences under each category of

  • Positive
  • Negative
  • Very Positive
  • Very Negative
  • Neutral
  • Sarcasm.
Metadata

Version

2.2.2

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows