Suggestions for using quanteda during development

quanteda is in development and will remain so until we declare a 1.0 version, at which time we will only add new functions, not change the names of existing ones. In the meantime, we suggest:

Bugs to fix

On the To Do List

  1. Define full set of operators for dfmSparse and dfmDense. Right now, only + is defined.

  2. Common import syntax for dictionary imports.

  3. Debug, make robust, and add funtionality to textfile().

  4. settings

  5. resample

  6. index

  7. textmodel

  8. Integrate C++ versions of tokenize and clean.

  9. Wordfish C++.