Title: | Write Spaces To Korean Sentences |
---|---|
Description: | Provides a function to write spaces to Korean sentences. |
Authors: | Chanyub Park [aut, cre] |
Maintainer: | Chanyub Park <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.0.0.9003 |
Built: | 2024-11-21 03:04:15 UTC |
Source: | https://github.com/mrchypark/theeuh |
install_onnxruntime()
installs just the onnxruntime python package and it's
direct dependencies to inference model.
install_onnxruntime( method = c("auto", "virtualenv", "conda"), conda = "auto", version = "1.12.0", envname = NULL, restart_session = TRUE, conda_python_version = NULL, ..., pip_ignore_installed = TRUE, python_version = conda_python_version )
install_onnxruntime( method = c("auto", "virtualenv", "conda"), conda = "auto", version = "1.12.0", envname = NULL, restart_session = TRUE, conda_python_version = NULL, ..., pip_ignore_installed = TRUE, python_version = conda_python_version )
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. |
conda |
The path to a |
version |
onnxruntime version to install. |
envname |
The name, or full path, of the environment in which Python
packages are to be installed. When |
restart_session |
Restart R session after installing (note this will only occur within RStudio) |
... |
other arguments passed to |
pip_ignore_installed |
Whether pip should ignore installed python
packages and reinstall all already installed python packages. This defaults
to |
python_version , conda_python_version
|
Pass a string like "3.8" to request that conda install a specific Python version. This is ignored when attempting to install in a Python virtual environment. |
Write spaces to Korean sentences.
space(ko_sents)
space(ko_sents)
ko_sents |
target korean sentences. |