get_model: Get kiwi language model file.

View source: R/kiwi_model.R

get_modelR Documentation

Get kiwi language model file.

Description

Get kiwi language model file.

Usage

get_model(size = "base", path = model_home(), clean = FALSE)

Arguments

size

"small", "base", "large" model. default is "base". Also "all" available.

path

path for model files. default is model_home().

clean

remove previous model files before get new.

Source

https://github.com/bab2min/Kiwi/releases

Examples

## Not run: 
  get_model("small")

## End(Not run)

elbird documentation built on Aug. 12, 2022, 5:08 p.m.