apply_list {jiebaR} | R Documentation |
Apply list input to a worker
apply_list(input, worker)
input |
a list of characters |
worker |
a worker |
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)