public final class Test
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Test.TypedDependencyMode |
Modifier | Constructor and Description |
---|---|
private |
Test() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
sg_diff(edu.stanford.nlp.trees.Tree t) |
static java.util.Map<Test.TypedDependencyMode,edu.stanford.nlp.semgraph.SemanticGraph> |
sgs(edu.stanford.nlp.trees.Tree t,
boolean renew) |
static void |
td_diff(edu.stanford.nlp.trees.Tree t) |
static java.util.Map<Test.TypedDependencyMode,java.util.Collection<edu.stanford.nlp.trees.TypedDependency>> |
tds(edu.stanford.nlp.trees.Tree t,
boolean renew) |
public static java.util.Map<Test.TypedDependencyMode,java.util.Collection<edu.stanford.nlp.trees.TypedDependency>> tds(edu.stanford.nlp.trees.Tree t, boolean renew)
public static java.util.Map<Test.TypedDependencyMode,edu.stanford.nlp.semgraph.SemanticGraph> sgs(edu.stanford.nlp.trees.Tree t, boolean renew)
public static void td_diff(edu.stanford.nlp.trees.Tree t)
public static void sg_diff(edu.stanford.nlp.trees.Tree t)
public static void main(java.lang.String[] args)