edu.washington.cs.knowitall.util
Interface ExtractionGrouper<T>

All Known Implementing Classes:
AdjacentExtractionGrouper

public interface ExtractionGrouper<T>


Method Summary
 Map<Integer,List<T>> groupExtractions(Collection<T> extractions)
           
 

Method Detail

groupExtractions

Map<Integer,List<T>> groupExtractions(Collection<T> extractions)


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.