Description Usage Arguments Details Author(s) See Also Examples
Depreciated.
1 2 3 4 5 | get_qsegmodel()
set_qsegmodel(qsegmodel)
reset_qsegmodel()
|
qsegmodel |
a list which has the same structure as the return value of get_qsegmodel |
These function can get and modify quick mode model. get_qsegmodel
returns
the default model parameters. set_qsegmodel
can modify quick mode model
using a list, which has the same structure as the return value of get_qsegmodel.
reset_qsegmodel
can reset the default model to origin jiebaR
default
model.
Qin Wenfeng <http://qinwenfeng.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
qseg <= "This is test"
qseg <= "This is the second test"
## End(Not run)
## Not run:
qseg <= "This is test"
qseg$detect = T
qseg
get_qsegmodel()
model = get_qsegmodel()
model$detect = F
set_qsegmodel(model)
reset_qsegmodel()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.