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 partition_bundle
object that
is returned.
# S4 method for partition
split(x, gap, drop = FALSE, ...)
a partition object
an integer specifying the minimum gap for performing the split
not yet implemented
further arguments
a partition_bundle