Uses of Class
it.unimi.dico.islab.idbs2.kc.DocumentExtraction

Packages that use DocumentExtraction
it.unimi.dico.islab.idbs2.kc Contains all necessary classes to represent and manage a KnowledgeChunk structure connected to the kc database. 
 

Uses of DocumentExtraction in it.unimi.dico.islab.idbs2.kc
 

Methods in it.unimi.dico.islab.idbs2.kc that return types with arguments of type DocumentExtraction
 Set<DocumentExtraction> Document.getBelongingExtractions()
          Getter for the KnowledgeChunk instances belonging to this document.
 Set<DocumentExtraction> KnowledgeChunk.getExtractedFrom()
          Getter for the list of document where this kc belongs.