PersianStemmer-package: A package for stemming Persian for text analysis.

Description Details Author(s) See Also Examples

Description

This package is a Persian Stemmer for Text Analysis.

Details

Use the PerStem function.

Author(s)

Roozbeh Safshekan <rse@mit.edu> and Rich Nielsen <rnielsen@mit.edu>

See Also

PerStem

Examples

1
2
3
4
5
6
7
8
# Load data
data(UniversityofTehran)

# Stem and transliterate the text
PerStem(UniversityofTehran,NoEnglish=TRUE, NoNumbers= TRUE, 
                    NoStopwords=TRUE, NoPunctuation= TRUE,
                    StemVerbs = TRUE, NoPreSuffix= TRUE, Context = TRUE,
                    StemBrokenPlurals=TRUE,Transliteration= TRUE)

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