DEFAULT_cutter: A Default Cutter

Description Usage Format Examples

Description

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

1

Format

An object of class jiebar (inherits from segment, jieba) of length 11.

Examples

1
2
3
4
5
6
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)

chinese.misc documentation built on Sept. 13, 2020, 5:13 p.m.