|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
| idl.tmt.documentparsing | |
| idl.tmt.documentparsing.filters | |
| idl.tmt.representation | |
| idl.tmt.tasks | |
| Uses of Filter in idl.tmt.documentparsing |
| Fields in idl.tmt.documentparsing declared as Filter | |
private Filter |
TextDocumentParser.filter
|
| Methods in idl.tmt.documentparsing that return Filter | |
Filter |
TextDocumentParser.getFilter()
|
| Methods in idl.tmt.documentparsing with parameters of type Filter | |
void |
TextDocumentParser.setFilter(Filter filter)
|
| Uses of Filter in idl.tmt.documentparsing.filters |
| Classes in idl.tmt.documentparsing.filters that implement Filter | |
class |
AbstractFilter
|
class |
ChainedFilter
Class that keeps a list of filters and chains them together in the filter() method Created on Mar 23, 2004 |
class |
HtmlTagsFilter
|
class |
LengthFilter
Filter out the token based on the length of it. |
class |
LowerCaseFilter
Transform the charater sequence to lowercase Author: Junliang Zhang 8/15/03 |
class |
StemFilter
Transform the word to its stem Author: Junliang Zhang 8/15/03 |
class |
StopWordFilter
|
class |
UpperCaseFilter
Transform the charater sequence to uppercase Author: Junliang Zhang 8/15/03 |
class |
WordFilter
|
class |
WordNetFilter
|
| Methods in idl.tmt.documentparsing.filters that return Filter | |
Filter |
FilterFactory.getFilter(java.lang.String filterName,
java.util.Map parameters)
Creates a new Filter object based on the name and parameters. |
| Methods in idl.tmt.documentparsing.filters with parameters of type Filter | |
void |
ChainedFilter.addFilter(Filter filter)
|
| Uses of Filter in idl.tmt.representation |
| Constructors in idl.tmt.representation with parameters of type Filter | |
MetaTextRepresentationBuilder(int numDocs,
TermList termList,
Filter filter)
|
|
MetaTextRepresentationBuilder(boolean binarize,
TermList termList,
Filter filter)
Creates a new MetaTextRepresentationBuilder with the specified term list & filter. |
|
| Uses of Filter in idl.tmt.tasks |
| Methods in idl.tmt.tasks with parameters of type Filter | |
void |
IndexingTask.addParseFilter(Filter filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||