Uses of Package
edu.washington.cs.knowitall.extractor.mapper

Packages that use edu.washington.cs.knowitall.extractor.mapper
edu.washington.cs.knowitall.extractor   
edu.washington.cs.knowitall.extractor.mapper   
 

Classes in edu.washington.cs.knowitall.extractor.mapper used by edu.washington.cs.knowitall.extractor
Mapper
          A class for taking a stream of T objects and modifying it somehow (e.g.
MapperList
          A list of Mapper objects.
 

Classes in edu.washington.cs.knowitall.extractor.mapper used by edu.washington.cs.knowitall.extractor.mapper
FilterMapper
          A type of mapper that filters each object in the stream independently.
IndependentMapper
          A type of mapper that operates on each object in a stream independently.
Mapper
          A class for taking a stream of T objects and modifying it somehow (e.g.
MapperList
          A list of Mapper objects.
MaxMapper
          A mapper class that returns the first maximal element in the object stream according to a function doValueMap(T object).
SentenceLengthFilter
          A mapper used to filter sentences by number of words.
 



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