Package | Description |
---|---|
grammarscope.server.utils |
Modifier and Type | Field and Description |
---|---|
static Test.TypedDependencyMode |
Test.TypedDependencyMode.defaultMode |
Modifier and Type | Method and Description |
---|---|
static Test.TypedDependencyMode |
Test.TypedDependencyMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Test.TypedDependencyMode[] |
Test.TypedDependencyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.List<Test.TypedDependencyMode> |
Test.TypedDependencyMode.reverseValues() |
static java.util.Map<Test.TypedDependencyMode,edu.stanford.nlp.semgraph.SemanticGraph> |
Test.sgs(edu.stanford.nlp.trees.Tree t,
boolean renew) |
static java.util.Map<Test.TypedDependencyMode,java.util.Collection<edu.stanford.nlp.trees.TypedDependency>> |
Test.tds(edu.stanford.nlp.trees.Tree t,
boolean renew) |