Text Analytics in R

Published

Thu, 12 of September, 2024

Modified

Thu, 12 of September, 2024

To install quanteda

quanteda is an R package for managing and analyzing text, https://github.com/quanteda/quanteda

  1. First, you will need to install XCode command line tools.
xcode-select --install
  1. Then install the TBB libraries and the pkg-config utility: (after installing Homebrew):
brew install tbb pkg-config
  1. gfortran https://github.com/fxcoudert/gfortran-for-macOS/releases

  2. Now you can install quanteda

install.packages("quanteda")