fungan {MadanText} | R Documentation |
Persian Suffix Modification for 'Persian text here' Suffix
Description
This function modifies Persian words ending with 'Persian text here' suffix.
Usage
fungan(v)
Arguments
v |
A character vector of Persian words. |
Value
Returns a character vector where each element corresponds to a word from the input vector ‘v' with the ’Persian text here' suffix modified. This results in a transformed vector where each word ending with the specified suffix is altered. The length of the returned vector matches the length of the input vector, and each word is modified independently based on the presence of the specified suffix.
Examples
## Not run:
words <- c("Persian text here")
modified_words <- fungan(words)
## End(Not run)
[Package MadanText version 0.1.0 Index]