stanza_initialize | R Documentation |
Initialize the Python
binding to stanza.
stanza_initialize(
python = NULL,
virtualenv = NULL,
condaenv = NULL,
model_dir = NULL,
resources_url = NULL,
model_url = NULL
)
python |
a character string giving the path to the |
virtualenv |
a character string giving the name of the virtual environment,
or the path to the virtual environment, to be used.
The variable |
condaenv |
a character string giving the name of the |
model_dir |
a character sting giving the path to the directory storing the |
resources_url |
a character string giving the url to the |
model_url |
a character string giving the model url. |
NULL
if (stanza_options("testing_level") >= 3L) {
stanza_initialize()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.