Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong warning #1

Open
dfalbel opened this issue Oct 6, 2016 · 0 comments
Open

Wrong warning #1

dfalbel opened this issue Oct 6, 2016 · 0 comments

Comments

@dfalbel
Copy link
Owner

dfalbel commented Oct 6, 2016

text <- c("obama", "gostei", "gostou", "gostamos", "firmware", "é", "e")
ptstem(text, complete = FALSE, ignore = c("obama", "firmware"))
[1] "obama" "gost"  "gost"  "gost"  "firmw" "é"     "e"    
Warning message:
In stri_detect_fixed(string, pattern, opts_fixed = opts(pattern)) :
  longer object length is not a multiple of shorter object length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant