init.Rd
Initialise a session, installs TextAnalysis or StringAnalysis Juia dependency if needed.
init_textanalysis(...) init_stringanalysis(...) switch_backend(...) install_textanalysis(version = c("stable", "latest")) install_stringanalysis(version = c("stable", "latest"))
... | Arguments passed to julia_setup. |
---|---|
version | Whether to install the stable version from the registry (recommended) or the latest version from github. |
Invisibly returns TRUE
is successful.
Some functions might require the latest
Github version.
Two backends are available, TextAnalysis and StringAnalysis. The former is the original repository while the second is a hard-fork, of the former which is "designed to provide a richer, faster and orthogonal API."
Packages installed by init_textanalysis
are:
TextAnalysis
Languages
Packages installed by init_stringanalysis
are:
StringAnalysis
Languages