knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
jTRACE has multiple lexica available to perform simulations. By default, it offers:
You can import a lexicon from jTRACE as a data frame with jtrace_get_lexicon
. For example:
library(jtracer) jtrace_install() lex <- jtracer::jtrace_get_lexicon(lexicon = "slex") head(lex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.