RemoveEnglish: Remove English characters

Description Usage Arguments Value Author(s) Examples

Description

Removes English characters from a string.

Usage

1

Arguments

texts

A string from which English characters should be removed.

Value

RemoveEnglish returns a string with English characters removed.

Author(s)

Safshekan, Nielsen

Examples

1
2
3
4
5
# Create string with English characters
x <- '\u062F\u0627\u0646\u0634\u06AF\u0627\u0647 University'

# Remove English characters
RemoveEnglish(x) 

PersianStemmer documentation built on June 28, 2019, 5:03 p.m.