Package | Description |
---|---|
org.terrier.querying |
Provides the interfaces and classes for the querying
API of the Terrier platform, the controls, post processors
and filters.
|
org.terrier.utility |
This package includes classes that are used in various part of
the Terrier Platform.
|
Modifier and Type | Field and Description |
---|---|
protected static StringTools.ESCAPE |
Decorate.defaultEscape
what is the default escape sequence
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,StringTools.ESCAPE> |
Decorate.escapeKeys |
Modifier and Type | Method and Description |
---|---|
static StringTools.ESCAPE |
StringTools.ESCAPE.parse(String s)
Parse a string into an ESCAPE value.
|
static StringTools.ESCAPE |
StringTools.ESCAPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringTools.ESCAPE[] |
StringTools.ESCAPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
StringTools.escape(StringTools.ESCAPE e,
String s)
Escape a String according to the defined escape sequence requested
|
static String |
StringTools.unescape(StringTools.ESCAPE e,
String s)
Unescape a String according to the defined escape sequence requested
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow