get_qsegmodel | R Documentation |
Depreciated.
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>
qseg
worker
## 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.