Package nltk :: Package draw :: Module concordance :: Class CategorySearchView
[hide private]
[frames] | no frames]

Class CategorySearchView

source code

object --+
         |
        CategorySearchView

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_init_top(self, top) source code
 
_init_widgets(self, parent) source code
 
_init_menubar(self) source code
 
set_result_size(self, **kwargs) source code
 
_init_corpus_select(self, parent) source code
 
_init_status(self, parent) source code
 
_init_query_box(self, parent) source code
 
search_enter_keypress_handler(self, *event) source code
 
_init_results_box(self, parent) source code
 
_init_paging(self, parent) source code
 
previous(self) source code
 
next(self) source code
 
about(self, *e) source code
 
_bind_event_handlers(self) source code
 
handle_error_loading_corpus(self, event) source code
 
handle_corpus_loaded(self, event) source code
 
handle_search_terminated(self, event) source code
 
handle_search_error(self, event) source code
 
corpus_selected(self, *args) source code
 
load_corpus(self, selection) source code
 
search(self) source code
 
write_results(self, results) source code
 
words_and_labels(self, sentence, pos1, pos2) source code
 
pad(self, sent, hstart, hend) source code
 
destroy(self, *e) source code
 
clear_all(self) source code
 
clear_results_box(self) source code
 
freeze_editable(self) source code
 
unfreeze_editable(self) source code
 
set_paging_button_states(self) source code
 
fire_event(self, event) source code
 
mainloop(self, *args, **kwargs) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _BACKGROUND_COLOUR = '#FFF'
  _HIGHLIGHT_WORD_COLOUR = '#F00'
  _HIGHLIGHT_WORD_TAG = 'HL_WRD_TAG'
  _HIGHLIGHT_LABEL_COLOUR = '#C0C0C0'
  _HIGHLIGHT_LABEL_TAG = 'HL_LBL_TAG'
  _FRACTION_LEFT_TEXT = 0.3
  _CHAR_BEFORE = 75
  _CHAR_AFTER = 85
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)