public class DepParseInfo extends Object
| Constructor and Description |
|---|
DepParseInfo(HashMap<Integer,Integer> depParents,
HashMap<Integer,String> depLabels) |
DepParseInfo(edu.stanford.nlp.semgraph.SemanticGraph dependencies) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<Integer,String> |
getDepLabels() |
HashMap<Integer,Integer> |
getDepParents() |
String |
toString() |
Copyright © 2016 FBK. All rights reserved.