public interface DependencyExtractor
| Modifier and Type | Method and Description | 
|---|---|
| DependencyTreeNode[] | readNextTree(BufferedReader reader)Reads the next dependency-parse tree from the reader, returning an array
 of all the nodes in the tree. | 
DependencyTreeNode[] readNextTree(BufferedReader reader) throws IOException
reader - a reader containing one or more dependency parse trees in
        a recognized formatDependencyTreeNodes that compose a dependency
         tree or null if no tree exists in the reader.IOException - when errors are encountered during readingCopyright © 2012. All Rights Reserved.