Package | Description |
---|---|
grammarscope.glue |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,MutableAGrammaticalStructure> |
AGrammaticalStructureFactory.indexToArtifactMap
Node map (index to artifact node)
|
private java.util.Map<edu.stanford.nlp.trees.TreeGraphNode,MutableAGrammaticalStructure> |
AGrammaticalStructureFactory.nodeToArtifactMap
Node map (TreeGraphNode to artifact node)
|
Modifier and Type | Method and Description |
---|---|
private static MutableAGrammaticalStructure |
AGrammaticalStructureFactory.makeNode(edu.stanford.nlp.trees.TreeGraphNode treeGraphNode)
Make artifact from node
|