Uses of Class
edu.upf.taln.dri.lib.model.graph.DependencyGraph
-
Packages that use DependencyGraph Package Description edu.upf.taln.dri.lib.model edu.upf.taln.dri.lib.model.util -
-
Uses of DependencyGraph in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model that return DependencyGraph Modifier and Type Method Description DependencyGraph
Document. extractDocumentGraph(SentenceSelectorENUM sentenceSel)
Get the graph representing a portion of a document.DependencyGraph
DocumentImpl. extractDocumentGraph(SentenceSelectorENUM sentenceSel)
DependencyGraph
Document. extractSentenceGraph(int sentenceId, SentGraphTypeENUM graphType)
Get the graph representing a sentence.DependencyGraph
DocumentImpl. extractSentenceGraph(int sentenceId, SentGraphTypeENUM graphType)
-
Uses of DependencyGraph in edu.upf.taln.dri.lib.model.util
Methods in edu.upf.taln.dri.lib.model.util that return DependencyGraph Modifier and Type Method Description static DependencyGraph
ObjectGenerator. getDepGraphFromSentId(Integer annotationId, DocCacheManager cacheManager, boolean mergeNodes)
Dependency Graph of sentence Generator method
-