edu.stanford.nlp.trees
Interface DependencyReader


public interface DependencyReader


Method Summary
 List<GrammaticalStructure> readDependencies(String fileName)
           
 

Method Detail

readDependencies

List<GrammaticalStructure> readDependencies(String fileName)
                                            throws IOException
Throws:
IOException


Stanford NLP Group