stanza_initialize {stanza} | R Documentation |
Initialize Stanza
Description
Initialize the Python
binding to stanza.
Usage
stanza_initialize(
python = NULL,
virtualenv = NULL,
condaenv = NULL,
model_dir = NULL,
resources_url = NULL,
model_url = NULL
)
Arguments
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. |
Value
NULL
Examples
if (stanza_options("testing_level") >= 3L) {
stanza_initialize()
}
[Package stanza version 1.0-3 Index]