-
Notifications
You must be signed in to change notification settings - Fork 4
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
amcat.gettokens returns empty #8
Comments
Hey Jeroen, Sorry, I didn't see the issue immediately. The problem is that lemmatization/parsing doesn't happen automatically anymore. I'll run them through corenlp (again), and then the function should work again. -- Wouter |
Thanks for your response. Let me know when you have been able to fix it. |
They should be done now, see https://amcat.nl/api/v4/projects/914/articlesets/23894/preprocess/. Reopen the issue if the problem persists |
I am not sure what to do with the link but the function does not seem to be working yet for me. The following error message still occurs:
|
Any progress? |
Hi, I have problems related to get the tokens from articles at the amcat server using R. The output of amcat.gettokens is an empty data frame. I got the tokens for some articlesets before using the exact line of coding but it does not seem to work anymore. Other amcat functions work (e.g. amcat.hits, amcat.getarticlemeta). Any idea what's going wrong?
``` >library(amcatr)`
The text was updated successfully, but these errors were encountered: