jiebaR (version 0.10.99)

apply_list: 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataCamp Workspace