print.inv {jiebaR} | R Documentation |
Print worker settings
Description
These functoins print the worker settings.
Usage
## S3 method for class 'inv'
print(x, ...)
## S3 method for class 'jieba'
print(x, ...)
## S3 method for class 'simhash'
print(x, ...)
## S3 method for class 'keywords'
print(x, ...)
## S3 method for class 'qseg'
print(x, ...)
Arguments
x |
The jiebaR Worker. |
... |
Other arguments. |
Author(s)
Qin Wenfeng
[Package jiebaR version 0.11 Index]