Skip to content

Commit 429688d

Browse files
committed
Add comments on a missing feature
1 parent e5dc7d9 commit 429688d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/edu/stanford/nlp/pipeline/CoNLLUReader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public class CoNLLUReader {
2222
/**
2323
* field constants
2424
**/
25+
// TODO: we should handle field 8, DEPS, for an enhanced dependencies
26+
// doing that requires processing the empty nodes somehow
2527
public static final int CoNLLU_IndexField = 0;
2628
public static final int CoNLLU_WordField = 1;
2729
public static final int CoNLLU_LemmaField = 2;

0 commit comments

Comments
 (0)