Package TEES :: Package Tools :: Module SentenceSplitter
[hide private]

Module SentenceSplitter

source code


Version: $Revision: 1.1 $

Functions [hide private]
 
openFile(path, tarFile=None) source code
 
makeSentences(input, tokenizationPath, output=None, removeText=False, escDict={})
Divide text in the "text" attributes of document and section elements into sentence elements.
source code
 
alignSentences(document, sentenceTexts, escDict={}) source code
Variables [hide private]
  __package__ = 'TEES.Tools'
Function Details [hide private]

makeSentences(input, tokenizationPath, output=None, removeText=False, escDict={})

source code 

Divide text in the "text" attributes of document and section elements into sentence elements. These sentence elements are inserted into their respective parent elements.