RemoveEnglish {PersianStemmer} | R Documentation |
Remove English characters
Description
Removes English characters from a string.
Usage
RemoveEnglish(texts)
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
# Create string with English characters
x <- '\u062F\u0627\u0646\u0634\u06AF\u0627\u0647 University'
# Remove English characters
RemoveEnglish(x)
[Package PersianStemmer version 1.0 Index]