library(quanteda) library(knitr)
This article compares quanteda to alternative R packages for quantitative text analysis (tm, tidytext, corpus, and koRpus) and the Natural Language Toolkit for Python. If a function is available in another package, we provide the respective command.
Note that we have used the package manuals for the comparison. If we have overlooked certain functions, please let us know - either by editing the table and issuing a Pull Request or by contacting the maintainer.
dta_table <- read.csv("comparison-packages-data.csv") dta_table <- dta_table[-2] # exclude "Category" to save space kable(dta_table, format = "markdown")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.