public class UniversalEnhancer
extends java.lang.Object
| Constructor and Description |
|---|
UniversalEnhancer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyEmptyNodes(SemanticGraph source,
SemanticGraph target) |
static SemanticGraph |
enhanceGraph(SemanticGraph basic,
SemanticGraph originalEnhanced,
boolean keepEmptyNodes,
Embedding embeddings,
java.util.regex.Pattern relativePronounsPattern) |
static void |
main(java.lang.String[] args) |
public static void copyEmptyNodes(SemanticGraph source, SemanticGraph target)
public static SemanticGraph enhanceGraph(SemanticGraph basic, SemanticGraph originalEnhanced, boolean keepEmptyNodes, Embedding embeddings, java.util.regex.Pattern relativePronounsPattern)
public static void main(java.lang.String[] args)