quanteda / quanteda.textstats

Textual statistics for quanteda
GNU General Public License v3.0
14 stars 2 forks source link

summary() error in Ubuntu 16.04 #43

Closed MarianoRico closed 2 years ago

MarianoRico commented 3 years ago

this is the continuation of issue #35

Try this:

library(quanteda)
summary(data_corpus_inaugural[10:15])

I get this error:

Error in stri_detect_regex(types_search, pattern, case_insensitive = case_insensitive) : 
  Illegal argument. (U_ILLEGAL_ARGUMENT_ERROR, context=`^\p{emoji_presentation}+$`)

Probably the same solution to issue #35 can be applied here.

Thanks a lot in advance!

-M