Uses of Class
de.tuebingen.uni.sfs.dspin.tcf.data.DependencyParse

Packages that use DependencyParse
de.tuebingen.uni.sfs.dspin.tcf.data   
 

Uses of DependencyParse in de.tuebingen.uni.sfs.dspin.tcf.data
 

Methods in de.tuebingen.uni.sfs.dspin.tcf.data that return DependencyParse
 DependencyParse TextCorpusFactory.createDependencyParse(java.util.List<Dependency> dependencies)
           
 DependencyParse ParsingDependencyLayer.getSentenceParse(int index)
           
 DependencyParse ParsingDependencyLayer.getSentenceParse(java.lang.String ID)
           
 

Methods in de.tuebingen.uni.sfs.dspin.tcf.data that return types with arguments of type DependencyParse
 java.util.List<DependencyParse> ParsingDependencyLayer.getSentencesParses()
           
 

Method parameters in de.tuebingen.uni.sfs.dspin.tcf.data with type arguments of type DependencyParse
 void TextCorpusData.writeParsingDependencyLayer(java.util.List<DependencyParse> sentencesParses, java.lang.String tagset)