SYMBOL INDEX (60 symbols across 16 files) FILE: lingfeat/_AdvancedSemantic/OSKF.py function richness (line 17) | def richness(probability_list): function clarity (line 24) | def clarity(probability_list): function noise (line 34) | def noise(probability_list): function get_probability_lists (line 47) | def get_probability_lists(token_list, dir_path): function retrieve (line 72) | def retrieve(token_list, dir_path): FILE: lingfeat/_AdvancedSemantic/WBKF.py function richness (line 17) | def richness(probability_list): function clarity (line 24) | def clarity(probability_list): function noise (line 34) | def noise(probability_list): function get_probability_lists (line 47) | def get_probability_lists(token_list, dir_path): function retrieve (line 72) | def retrieve(token_list, dir_path): FILE: lingfeat/_AdvancedSemantic/WoKF.py function richness (line 17) | def richness(probability_list): function clarity (line 24) | def clarity(probability_list): function noise (line 34) | def noise(probability_list): function get_probability_lists (line 47) | def get_probability_lists(token_list, dir_path): function retrieve (line 72) | def retrieve(token_list, dir_path): FILE: lingfeat/_Discourse/EnDF.py function retrieve (line 18) | def retrieve(NLP_doc, n_sent, n_token): FILE: lingfeat/_Discourse/EnGF.py function dependency_mapping (line 41) | def dependency_mapping(dep): class EntityGrid (line 62) | class EntityGrid: method __init__ (line 64) | def __init__(self, NLP_doc, n_sent): method retrieve (line 137) | def retrieve(self): function weighting_syntactic_role (line 161) | def weighting_syntactic_role(entity_role): function get_local_coherence (line 185) | def get_local_coherence(EntityGrid): FILE: lingfeat/_LexicoSemantic/PsyF.py function retrieve (line 22) | def retrieve(token_list, n_token, n_sent, dir_path): FILE: lingfeat/_LexicoSemantic/TTRF.py function retrieve (line 21) | def retrieve(n_token,token_list): FILE: lingfeat/_LexicoSemantic/VarF.py function retrieve (line 22) | def retrieve(NLP_doc): FILE: lingfeat/_LexicoSemantic/WorF.py function retrieve (line 21) | def retrieve(token_list, n_token, n_sent, dir_path): FILE: lingfeat/_ShallowTraditional/ShaF.py function retrieve (line 21) | def retrieve(origin_doc, token_list, n_token, n_sent): FILE: lingfeat/_ShallowTraditional/TraF.py class formulas (line 23) | class formulas: method __init__ (line 24) | def __init__(self, origin_doc, sent_token_list, n_sent, n_token): method automated_readability_index (line 55) | def automated_readability_index(self): method fog_count (line 60) | def fog_count(self): method flesch_grade_level (line 72) | def flesch_grade_level(self): method smog_index (line 77) | def smog_index(self): method coleman_liau_index (line 82) | def coleman_liau_index(self): method linsear_write_formula (line 87) | def linsear_write_formula(self): function retrieve (line 97) | def retrieve(origin_doc, sent_token_list, n_sent, n_token): FILE: lingfeat/_Syntactic/POSF.py function retrieve (line 20) | def retrieve(NLP_doc, n_token, n_sent): FILE: lingfeat/_Syntactic/PhrF.py function retrieve (line 20) | def retrieve(SuPar, sent_token_list, n_token, n_sent): FILE: lingfeat/_Syntactic/TrSF.py function retrieve (line 21) | def retrieve(SuPar, sent_token_list, n_token, n_sent): FILE: lingfeat/extractor.py function nop (line 20) | def nop(it, *a, **k): class pass_text (line 66) | class pass_text: method __init__ (line 78) | def __init__(self, text:str): method preprocess (line 105) | def preprocess(self, short=False, see_token=False, see_sent_token=False): method WoKF_ (line 172) | def WoKF_(self): method WBKF_ (line 200) | def WBKF_(self): method OSKF_ (line 228) | def OSKF_(self): method EnDF_ (line 246) | def EnDF_(self): method EnGF_ (line 280) | def EnGF_(self): method PhrF_ (line 354) | def PhrF_(self): method TrSF_ (line 372) | def TrSF_(self): method POSF_ (line 445) | def POSF_(self): method TTRF_ (line 462) | def TTRF_(self): method VarF_ (line 489) | def VarF_(self): method PsyF_ (line 515) | def PsyF_(self): method WorF_ (line 557) | def WorF_(self): method ShaF_ (line 575) | def ShaF_(self): method TraF_ (line 593) | def TraF_(self): FILE: lingfeat/utils.py function division (line 15) | def division(x, y): function nan_check (line 22) | def nan_check(result): function count_syllables (line 28) | def count_syllables(word:str):