public final class Invoke
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Invoke() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
dump(edu.stanford.nlp.trees.GrammaticalRelation gr) |
(package private) static java.util.List<edu.stanford.nlp.trees.GrammaticalRelation> |
getChildren(edu.stanford.nlp.trees.GrammaticalRelation grammaticalRelation) |
static java.util.regex.Pattern |
getSourcePattern(edu.stanford.nlp.trees.GrammaticalRelation gr) |
static java.util.Map<edu.stanford.nlp.international.Language,java.util.Map<java.lang.String,edu.stanford.nlp.trees.GrammaticalRelation>> |
getStringsToRelations() |
static java.util.List<edu.stanford.nlp.trees.tregex.TregexPattern> |
getTargetPatterns(edu.stanford.nlp.trees.GrammaticalRelation gr) |
static void |
handleException(java.lang.Exception e) |
static void |
setSourcePattern(edu.stanford.nlp.trees.GrammaticalRelation gr,
java.util.regex.Pattern p) |
static void |
setSpecific(edu.stanford.nlp.trees.GrammaticalRelation gr,
java.lang.String specific) |
static void |
setTargetPatterns(edu.stanford.nlp.trees.GrammaticalRelation gr,
java.util.List<edu.stanford.nlp.trees.tregex.TregexPattern> targetPatterns) |
static java.util.List<edu.stanford.nlp.trees.GrammaticalRelation> getChildren(edu.stanford.nlp.trees.GrammaticalRelation grammaticalRelation) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.SecurityException, java.lang.NoSuchMethodException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.SecurityException
java.lang.NoSuchMethodException
public static void handleException(java.lang.Exception e)
public static void setSourcePattern(edu.stanford.nlp.trees.GrammaticalRelation gr, java.util.regex.Pattern p)
public static void setTargetPatterns(edu.stanford.nlp.trees.GrammaticalRelation gr, java.util.List<edu.stanford.nlp.trees.tregex.TregexPattern> targetPatterns)
public static void setSpecific(edu.stanford.nlp.trees.GrammaticalRelation gr, java.lang.String specific)
public static java.util.regex.Pattern getSourcePattern(edu.stanford.nlp.trees.GrammaticalRelation gr)
public static java.util.List<edu.stanford.nlp.trees.tregex.TregexPattern> getTargetPatterns(edu.stanford.nlp.trees.GrammaticalRelation gr)
public static java.util.Map<edu.stanford.nlp.international.Language,java.util.Map<java.lang.String,edu.stanford.nlp.trees.GrammaticalRelation>> getStringsToRelations()
static void dump(edu.stanford.nlp.trees.GrammaticalRelation gr)