normalizzaslang: normalizzaslang

Description Usage Arguments Value Author(s) Examples

View source: R/normalizzaslang.R

Description

normalizzaslang replaces slang expressions of the italian language in testo with a keyword linked with the corresponding feeling

Usage

1
normalizzaslang(testo, perl = TRUE)

Arguments

testo

a set of texts to be normalized

perl

logical. If TRUE Perl-compatible regexps are used.

Value

a set of texts where slang expressions of the italian language have been replaced with a keyword

Author(s)

Livio Finos

Examples

1
2
3
4
 testo<-c("grandissima","aaa","nun")
 normalizzaslang(testo)
 
 

livioivil/TextWiller documentation built on Nov. 30, 2020, 3:17 a.m.