This is simply a jiebar object created when the package is loaded.
write is set to FALSE, so as to prevent segmented text from
being automatically written into disk.
Usage
DEFAULT_cutter
Arguments
Format
An object of class jiebar (inherits from segment, jieba) of length 11.
# NOT RUN {require(jiebaR)
x <- c("drink a bottle of milk",
"drink a cup of coffee",
"drink some water")
seg_file(x, from = "v")
seg_file(x, from = "v", mycutter = DEFAULT_cutter)
# }