| Package | Description |
|---|---|
| edu.washington.cs.knowitall.extractor | |
| edu.washington.cs.knowitall.extractor.mapper |
| Class and Description |
|---|
| Mapper
A class for taking a stream of
T objects and modifying it
somehow (e.g. |
| MapperList
A list of
Mapper objects. |
| Class and Description |
|---|
| 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-2013 University of Washington CSE. All Rights Reserved.