edu.stanford.nlp.trees
Interface DependencyReader


public interface DependencyReader


Method Summary
 java.util.List<GrammaticalStructure> readDependencies(java.lang.String fileName)
           
 

Method Detail

readDependencies

java.util.List<GrammaticalStructure> readDependencies(java.lang.String fileName)
                                                      throws java.io.IOException
Throws:
java.io.IOException


Stanford NLP Group