Package nltk_lite :: Package contrib :: Module kimmo :: Class KimmoGUI
[hide private]
[frames] | no frames]

Class KimmoGUI

source code

Instance Methods [hide private]
 
__init__(self, grammar, text, title='Kimmo Interface v1.78') source code
 
init_menubar(self) source code
 
guiError(self, *args) source code
 
create_destroyDebugTracing(self, *args) source code
 
writeToFilefromWindow(self, filename, windowName, mode, auto, wt=None) source code
 
saveAll(self, *args) source code
 
configLoader(self, *args) source code
 
loadIntoWindow(self, filename, windowField)
Load rule/lexicon set from a text file directly into the window pane specified
source code
 
loadTypetoTarget(self, fileType, targetWindow, ftype=None) source code
 
load(self, *args)
Load rule/lexicon set from a text file
source code
 
clear(self, *args)
Clears the grammar and lexical and sentence inputs
source code
 
destroy(self, *args) source code
 
step(self, *args) source code
 
singlestep(self, *args) source code
 
batch(self, *args) source code
 
generate(self, *args) source code
 
recognize(self, *args) source code
 
graph(self, which) source code
 
validate(self, *args) source code
 
highlightMatches(self, word, window, color) source code
 
initKimmo(self, *args)
Initialize the Kimmo engine from the lexicon.
source code
 
refresh(self, *args) source code
 
capturePrint(self, *args) source code
 
kimmoHelp(self, *args) source code
Method Details [hide private]

initKimmo(self, *args)

source code 

Initialize the Kimmo engine from the lexicon. This will get called no matter generate or recognize. (i.e. loading all rules, lexicon, and alternations