split,partition-method: split partition into partitionBundle
Description
Split a partition object into a partition Bundle if gap between strucs
exceeds a minimum number of tokens specified by 'gap'. Relevant to
split up a plenary protocol into speeches. Note: To speed things up, the
returned partitions will not include frequency lists. The lists can be
prepared by applying enrich
on the partitionBundle object that
is returned.
Usage
"split"(x, gap, drop = FALSE, ...)
Arguments
gap
an integer specifying the minimum gap for performing the split