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

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

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

Methods in de.tuebingen.uni.sfs.dspin.tcf.data that return Coreference
 Coreference TextCorpusFactory.createCoreference(java.util.List<java.lang.String> constituentIDs)
           
 Coreference TextCorpusFactory.createCoreference(java.lang.String[] constituentIDs)
           
 Coreference CoreferencesLayer.getCoreference(int index)
           
 Coreference CoreferencesLayer.getCoreference(java.lang.String ID)
           
 

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

Method parameters in de.tuebingen.uni.sfs.dspin.tcf.data with type arguments of type Coreference
 void TextCorpusData.writeCoreferencesLayer(java.util.List<Coreference> coreferences)