| Package | Description |
|---|---|
| edu.ucla.sspace.text | |
| edu.ucla.sspace.util |
| Modifier and Type | Method and Description |
|---|---|
static TokenFilter |
TokenFilter.loadFromSpecification(String configuration,
ResourceFinder finder)
Loads a series of chained
TokenFilter instances from the
specified configuration string using the provided ResourceFinder
to locate the resources. |
static void |
IteratorFactory.setResourceFinder(ResourceFinder finder)
Sets the
ResourceFinder used by the iterator factory to locate
its file-based resources when configuring the tokenization. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileResourceFinder
A
ResourceFinder implementation that maps file name to File instances. |
Copyright © 2012. All Rights Reserved.