We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
collocations <- textstat_collocations(token.corpus, size = 2:5, min_count = 4, tolower = TRUE) #> Error in qatd_cpp_collocations(x, types, id_ignore, min_count, size, if (method == : std::bad_alloc #> end_time - start_time #> Time difference of 4.164202 mins
Don't know how to give a reproducible example due to token.corpus size (1GB).
The text was updated successfully, but these errors were encountered:
How much RAM do you have on your machine?
Sorry, something went wrong.
Hi @koheiw , 16GB.
I will investigate but it is probably related to size = 2:5. I almost never used larger than 2.
size = 2:5
koheiw
No branches or pull requests
Don't know how to give a reproducible example due to token.corpus size (1GB).
The text was updated successfully, but these errors were encountered: