split-partition-method: split partition into partitionBundle

Description Usage Arguments Value

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

1
2
## S4 method for signature 'partition'
split(x, gap, drop = FALSE, ...)

Arguments

x

a partition object

gap

an integer specifying the minimum gap for performing the split

drop

not yet implemented

...

further arguments

Value

a partitionBundle


nrauscher/corpus documentation built on May 23, 2019, 9:34 p.m.