Description Usage Arguments Format Details Author(s) See Also Examples
Depreciated.
1 2 3 4 5 6 7 |
qseg |
a qseg object |
code |
a string |
qseg an environment
Quick mode is depreciated, and is scheduled to be remove in v0.11.0. If you want to keep this feature, please submit a issue on GitHub page to let me know.
Quick mode symbol to do segmentation, keyword extraction
and speech tagging. This symbol will initialize a quick_worker
when it is first called, and will do segmentation or other types of work
immediately.
You can reset the default model setting by $
, and
it will change the default setting the next time you use quick mode.
If you only want to change the parameter temporarily, you can reset the
settings of quick_worker$
. get_qsegmodel
,
set_qsegmodel
, and reset_qsegmodel
are also available for setting quick mode settings.
Qin Wenfeng <http://qinwenfeng.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.