The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Beta version of the DICE-M natural language processing model. To install, run the following in R:

devtools::install_github(“https://github.com/myeomans/DICEM”)

To analyse your text, use the main function like so:

DICE(data$text)

The best model of intensity includes politeness features, which require SpaCy to be installed on your computer in advance. To access this model, try:

DICE(data$text, parser=“spacy”)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.