public class AdjacentExtractionGrouper extends Object implements ExtractionGrouper<ChunkedExtraction>
| Constructor and Description |
|---|
AdjacentExtractionGrouper() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<ChunkedExtraction>> |
groupExtractions(Collection<ChunkedExtraction> extractions) |
public Map<Integer,List<ChunkedExtraction>> groupExtractions(Collection<ChunkedExtraction> extractions)
groupExtractions in interface ExtractionGrouper<ChunkedExtraction>Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.