public class SimplePronounResolution extends AbstractPronounResolver
AbstractPronounResolver.TestExample| Constructor and Description |
|---|
SimplePronounResolution() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
protected java.util.HashMap<java.lang.Integer,java.lang.Integer> |
resolvePronouns(java.util.List<CoreLabel> tokens) |
protected java.util.HashMap<java.lang.Integer,java.lang.Integer> |
resolvePronouns(SemanticGraph sg) |
run, scorepublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOExceptionprotected java.util.HashMap<java.lang.Integer,java.lang.Integer> resolvePronouns(SemanticGraph sg)
resolvePronouns in class AbstractPronounResolverprotected java.util.HashMap<java.lang.Integer,java.lang.Integer> resolvePronouns(java.util.List<CoreLabel> tokens)
resolvePronouns in class AbstractPronounResolver