tutorials.quanteda.io
tutorials.quanteda.io copied to clipboard
Quanteda tutorials website
I already reinstall the newest versions of both quanteda and R but the issue continues. Here is what I am getting in R when trying to load it: > library(quanteda)...
Hi, Once in a while I happen to get a dataset that is already pre-tokenized (dataframe with columns for tokens and with doc_id). Every time that happens I need to...
In the past, we received excellent improvement suggestions from various users through Pull Requests. I suggest we add an acknowledgments section on the main page, listing the contributors' names and...
Hi, My code was working perfectly a week ago. Now, whenever I try to use textstat_valence I get the following error: "Error in UseMethod("valence") : no applicable method for 'valence'...
I noted that ISO-8859-1(Latin 1) is set as character encoding for all the European languages: https://tutorials.quanteda.io/import-data/multiple-files/ It is inappropriate because many of the European languages are not in Latin 1...
One of the most frequently asked questions is how to use a `dfm` for topic models. We cover [topic models](https://tutorials.quanteda.io/machine-learning/topicmodel/) in one section, but I think we should also show...
We have pages on [how to process texts in different languages](https://tutorials.quanteda.io/language-specific/). We want to cover all the languages but the following are the languages with priority. - [x] Japanese -...
Is there a way to generate slides with less text, from the same content as the tutorials that have more text and explanation? The slides would be good for teaching,...
A user reports: "This morning, I got stuck on this example: https://tutorials.quanteda.io/advanced-operations/compound-mutiword-expressions/ which creates "tstat_col_cap" I ran the earlier example: https://tutorials.quanteda.io/statistical-analysis/collocation/ That started similarly but created "tstat_col_caps" with an "s"...
See the subj. Discovered this after updating my teaching materials. Starting from line https://github.com/quanteda/tutorials.quanteda.io/blob/1deb9eaa86a8d648e36f6569d0136a7c7d60c57a/content/basic-operations/fcm/fcm.markdown?plain=1#L62 the code in the tutorial should not work. ```r Error: ! `topfeatures.fcm()` was deprecated in quanteda...