edu.washington.cs.knowitall.util
Class AdjacentExtractionGrouper
java.lang.Object
edu.washington.cs.knowitall.util.AdjacentExtractionGrouper
- All Implemented Interfaces:
- ExtractionGrouper<ChunkedExtraction>
public class AdjacentExtractionGrouper
- extends Object
- implements ExtractionGrouper<ChunkedExtraction>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdjacentExtractionGrouper
public AdjacentExtractionGrouper()
groupExtractions
public Map<Integer,List<ChunkedExtraction>> groupExtractions(Collection<ChunkedExtraction> extractions)
- Specified by:
groupExtractions in interface ExtractionGrouper<ChunkedExtraction>
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.