Open kohske opened 7 years ago
Wonderful package!!
It may be useful if emo has a function that automatically convert plain text to emonized text. e.g.,
emo
emonize(text, p = 0.9, replace = TRUE)
p is probability of conversion, i.e., if p=1, all possible words are emonized, while if p=0.5 half of possible words are randomly emonized.
p
p=1
p=0.5
If replace is TRUE, the word are replaced by emo. If FALSE emo appears just after the word.
replace
TRUE
FALSE
Wonderful package!!
It may be useful if
emo
has a function that automatically convert plain text to emonized text. e.g.,p
is probability of conversion, i.e., ifp=1
, all possible words are emonized, while ifp=0.5
half of possible words are randomly emonized.If
replace
isTRUE
, the word are replaced by emo. IfFALSE
emo appears just after the word.