Initialize spaCy
Initialize spaCy to call from R.
spacy_initialize( model = "en_core_web_sm", python_executable = NULL, virtualenv = NULL, condaenv = NULL, ask = FALSE, refresh_settings = FALSE, save_profile = FALSE, check_env = TRUE, entity = TRUE )
model |
Language package for loading spaCy. Example: |
python_executable |
the full path to the Python executable, for which spaCy is installed |
virtualenv |
set a path to the Python virtual environment with spaCy
installed Example: |
condaenv |
set a path to the anaconda virtual environment with spaCy
installed Example: |
ask |
logical; if |
refresh_settings |
logical; if |
save_profile |
logical; if |
check_env |
logical; check whether conda/virtual environment generated
by |
entity |
logical; if |
Akitaka Matsuo
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.