tif2parallel | R Documentation |
Parallel text processing and annotation – the latter via 'udpipe'.
tif2parallel(
tif,
mwe = NULL,
output_dir = NULL,
model_dir,
model = "english-ewt-ud-2.5-191206.udpipe",
tagger = "default",
parser = "none",
cores = 6,
per = 1
)
tif |
A dataframe |
mwe |
A character vector |
output_dir |
A file path, optional – |
model_dir |
A file path |
model |
A character string – udmodel name |
tagger |
A character string |
parser |
A character string |
cores |
An integer |
per |
An integer |
A list of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.