| Package | Description |
|---|---|
| edu.washington.cs.knowitall.extractor |
| Modifier and Type | Method and Description |
|---|---|
ChunkedArgumentExtractor.Mode |
ChunkedArgumentExtractor.getMode() |
static ChunkedArgumentExtractor.Mode |
ChunkedArgumentExtractor.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkedArgumentExtractor.Mode[] |
ChunkedArgumentExtractor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChunkedArgumentExtractor(ChunkedArgumentExtractor.Mode mode)
Constructs a new
NpChunkArgumentExtractor with the given mode (either LEFT or
RIGHT). |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.