public abstract class WordExtractor extends Object implements Serializable
| Constructor and Description |
|---|
WordExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static WordExtractor |
getExtractor(TargetWord tw) |
abstract Word |
getWord(Sentence s,
int predIndex,
int argIndex) |
abstract Word |
getWord(Word pred,
Word arg) |
public static WordExtractor getExtractor(TargetWord tw)
Copyright © 2016. All rights reserved.