Skip to content

Commit 4bdd5fd

Browse files
committed
This is a Map, not a List
1 parent d2895ee commit 4bdd5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/ling/CoreAnnotations.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public Class<HashMap<String,String>> getType() {
580580
}
581581

582582
/**
583-
* CoNLL-U dep parsing - List of morphological features
583+
* CoNLL-U dep parsing - Map of morphological features
584584
*/
585585
public static class CoNLLUFeats implements CoreAnnotation<CoNLLUFeatures> {
586586
@Override

0 commit comments

Comments
 (0)