Description Usage Arguments Value Examples
Multithreaded processing using the StanfordCoreNLP class requires splitting
up input data into pieces of text ("chunks") available as files that are
processed in parallel. The segment()
function performs this split operation,
i.e. it creates directories with chunks within a superdirectory.
1 | segment(x, dir, chunksize = 10L, progress = interactive())
|
x |
A |
dir |
Superdirectory for directories with segments that will be processed sequentially. |
chunksize |
An |
progress |
A |
The function returns a character
vector with the directories that
contain files with text segments.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.