public class DepStruct extends Object implements edu.illinois.cs.cogcomp.sl.core.IStructure
Modifier and Type | Field and Description |
---|---|
String[] |
deprels |
ArrayList<HashSet<Integer>> |
deps |
int[] |
heads |
Constructor and Description |
---|
DepStruct(DepInst instance) |
DepStruct(int[] heads,
String[] deprels) |
Copyright © 2017. All rights reserved.