edu.washington.cs.knowitall.util
Class AdjacentExtractionGrouper

java.lang.Object
  extended by edu.washington.cs.knowitall.util.AdjacentExtractionGrouper
All Implemented Interfaces:
ExtractionGrouper<ChunkedExtraction>

public class AdjacentExtractionGrouper
extends Object
implements ExtractionGrouper<ChunkedExtraction>


Constructor Summary
AdjacentExtractionGrouper()
           
 
Method Summary
 Map<Integer,List<ChunkedExtraction>> groupExtractions(Collection<ChunkedExtraction> extractions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdjacentExtractionGrouper

public AdjacentExtractionGrouper()
Method Detail

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.