Package TEES :: Package Core :: Module SentenceGraph
[hide private]

Module SentenceGraph

source code

Main class for representing a sentence


Version: $Revision: 1.40 $

Classes [hide private]
  SentenceGraph
The main purpose of SentenceGraph is to connect the syntactic dependency parse (a graph where dependencies are edges and tokens are nodes) to the semantic interactions (which form a graph where interactions are edges and entities are nodes).
Functions [hide private]
 
loadCorpus(corpus, parse, tokenization=None, removeNameInfo=False, removeIntersentenceInteractionsFromCorpusElements=True)
Load an entire corpus through CorpusElements and add SentenceGraph-objects to its SentenceElements-objects.
source code
 
getCorpusIterator(input, output, parse, tokenization=None, removeNameInfo=False, removeIntersentenceInteractions=True) source code
Variables [hide private]
  __package__ = 'TEES.Core'