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

...

Arguments passed to julia_setup.

version

Whether to install the stable version from the registry (recommended) or the latest version from github.

Value

Invisibly returns TRUE is successful.

Details

Some functions might require the latest Github version.

Backends

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

Packages installed by init_textanalysis are:

  • TextAnalysis

  • Languages

Packages installed by init_stringanalysis are:

  • StringAnalysis

  • Languages