apply_list {jiebaR} | R Documentation |
Apply list input to a worker
Description
Apply list input to a worker
Usage
apply_list(input, worker)
Arguments
input |
a list of characters |
worker |
a worker |
Examples
cutter = worker()
apply_list(list("this is test", "that is not test"), cutter)
apply_list(list("this is test", list("that is not test","ab c")), cutter)
[Package jiebaR version 0.11 Index]