module documentation

Undocumented

Class CollocationsModel Undocumented
Class CollocationsView Undocumented
Function app Undocumented
Constant CORPUS_LOADED_EVENT Undocumented
Constant ERROR_LOADING_CORPUS_EVENT Undocumented
Constant POLL_INTERVAL Undocumented
Constant _CORPORA Undocumented
Constant _DEFAULT Undocumented
def app(): (source)

Undocumented

CORPUS_LOADED_EVENT: str = (source)

Undocumented

Value
'<<CL_EVENT>>'
ERROR_LOADING_CORPUS_EVENT: str = (source)

Undocumented

Value
'<<ELC_EVENT>>'
POLL_INTERVAL: int = (source)

Undocumented

Value
100
_CORPORA = (source)

Undocumented

Value
{'Catalan: CESS-CAT Corpus': (lambda : cess_cat.words()),
 'English: Brown Corpus': (lambda : brown.words()),
 'English: Brown Corpus (Press)': (lambda : brown.words(categories=['news', 'edi
torial', 'reviews'])),
 'English: Brown Corpus (Religion)': (lambda : brown.words(categories='religion'
)),
 'English: Brown Corpus (Learned)': (lambda : brown.words(categories='learned'))
...
_DEFAULT: str = (source)

Undocumented

Value
'English: Brown Corpus (Humor)'