flexiconc/__init__.py,sha256=k6hFyFcTSgh31PIg-bjZ9vkt_IyQabC9Yno6qZq_4R0,1649
flexiconc/concordance.py,sha256=DmiWguV00_hDT1Y7lC01S0F3AG7kPuMnvdDwd0qHQQw,102766
flexiconc/flexiconc_config_default.ini,sha256=E8wpWgI77WUqfklE2uiJHT4LTionK-A178bDY6OgsqI,83
flexiconc/resources.py,sha256=tihE7ySELkw7TRfMFdOKEl7f4CG2jcLezKkUgMq4IWs,7036
flexiconc/text_import.py,sha256=4ofBXNYhyo9lUfSIuI7HezE2B207fX4FY3d5v39Pmpg,21335
flexiconc/algorithms/__init__.py,sha256=5lTXu67DvMSzthIrVW-JVCYu6WB4t0sjKJo1y0puCM4,53
flexiconc/algorithms/annotate_association_scores.py,sha256=Ca67ZW0EHdaGaqgE96ST3eSQMKe4UIJrsUfVGFzsJcs,6338
flexiconc/algorithms/annotate_concordance_frequency_list.py,sha256=Hc8Pd8CqFr1ezRFyhnoJROzzEWQVfwKPkE5ROq3e3t4,4840
flexiconc/algorithms/annotate_sentence_transformers.py,sha256=eZam8N7nUxlD-SiH59QeXECEXqRM-avSsROy6rFd82o,4417
flexiconc/algorithms/annotate_spacy_embeddings.py,sha256=JD7d5XKAXkPw0tmtTeHJ9wXVMRq88PuKHXjadCi5kbY,5622
flexiconc/algorithms/annotate_spacy_pos.py,sha256=4rBIiD4CyY9sEIErLldsS1ehc-lEASRmI2JRGVsJTyA,3959
flexiconc/algorithms/annotate_tf_idf.py,sha256=J60qjaENbhiCDF_OZ7IE8oyA7QNSSz6dHz6M30jZstA,5257
flexiconc/algorithms/cluster_context_tree.py,sha256=biz0RaIxBsOC1LF2UPipISV2fy0OEX31HkM179pojcA,11204
flexiconc/algorithms/clustering_hierarchical_embeddings.py,sha256=cAhWFgAAME8pBPc4IxzGwKGptC5_xqo_BJWhfXfQgA0,10538
flexiconc/algorithms/clustering_random.py,sha256=Nm9wnK0gKH9DKVJ4F2VqjevOAxSXQR85Cz0Fuuk3a98,7103
flexiconc/algorithms/label_lrc_keywords.py,sha256=23lrls1uqErsxCemTwEcqTLZVy-Jn_WtwumejsOXqSU,14881
flexiconc/algorithms/label_sequential_letters.py,sha256=QRVCBcAkSDfKP5Q1GkPpFn_c7_bnHWr79Puy2_-lqt0,3145
flexiconc/algorithms/partition_by_embeddings.py,sha256=BwjVSF2BCUqupg_gij_iFlNiIaRRl9J0TBLicGzNCH0,5604
flexiconc/algorithms/partition_by_metadata_attribute.py,sha256=_Qqk5opmcPQ37rctaGLOK8zZjC6Ulc9kqKUyR6yOhEY,3807
flexiconc/algorithms/partition_ngrams.py,sha256=1-h7JYu5sB7MTl1b3-8r_FbNPNKqDZd7hGw8tzphLEk,3840
flexiconc/algorithms/rank_by_collocations.py,sha256=BMHqU8so-5QsLo1fmtYj4KxGghxrnCUtZi3KM0rjvFc,9512
flexiconc/algorithms/rank_kwic_grouper.py,sha256=IKMwxiIVdXTdIz9mwI_EENaGxPlMMjUM3gHQkGLK7-c,8746
flexiconc/algorithms/rank_number_of_rare_words.py,sha256=unqVzbSi3znOG95PSQEIhhU252ZXdzxt8A09NY_z0Mg,7773
flexiconc/algorithms/select_by_metadata_attribute.py,sha256=-UigEIJH-BbRCndvPoyPK4bgwE3hL_5crJQ-toK2KqY,6945
flexiconc/algorithms/select_by_token_numeric_value.py,sha256=N4Ltnvfw0gIaTyjp9Ux-4OL_XnDLHZFR0h203tVfVl4,5435
flexiconc/algorithms/select_by_token_string.py,sha256=f0MZI6kx47O_TyKX8Zij7wufvmc2435jc9S1EDN3voA,4853
flexiconc/algorithms/select_manual.py,sha256=nQbObdsBmZ6yNtnqfpwsavyiz3F8kflCOxfgaSoazC4,5029
flexiconc/algorithms/select_random.py,sha256=VUNaf2youKL86t48DoYzqBCQwKQzWykfn6smY07mBzk,2047
flexiconc/algorithms/select_rank_wrapper.py,sha256=V7aSSlDA5_zG4iz3rA12_vQJD_r5Cvkd56EcjIeeq0o,3147
flexiconc/algorithms/select_slot.py,sha256=wafCCMm6FTetjt4J3EKER8BHVVvmT-3wCxgoEUwFFB4,1521
flexiconc/algorithms/select_weighted_sample_by_metadata.py,sha256=1SdnxbZSFHckqS_qONHCgj5sjikHghXU2LkmipCU0vM,4654
flexiconc/algorithms/sort_by_corpus_position.py,sha256=x4v2e8KJV-304DrLtE67Jw2IU4TgkL7i8iaVX-pnq4c,1341
flexiconc/algorithms/sort_by_token_attribute.py,sha256=ZHC3wVYRC4tXSSfs1YoP2YdA8OtOCst7Au41rD5_q7E,9871
flexiconc/algorithms/sort_random.py,sha256=4D-tJK5fFSNuzDm43-bPeZDB3XEfx2WVA0bMEf-TP2E,2418
flexiconc/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
flexiconc/utils/conditions.py,sha256=-nENbfLy6seSQr3anLiEnFlJmBw5E5Wvra5TaXPWIpE,2502
flexiconc/utils/cqp_tools.py,sha256=aO6dRBVLnkQxFGIZUZyvIbjrFifCeOXotC87f-I7HH8,10563
flexiconc/utils/line_operations.py,sha256=23nm1ywiQ9u74bvTF-evC-A5HjN0wuJxz3dIk6Ssc_E,2100
flexiconc/utils/notebook_utils.py,sha256=q213-rbx0dvXxwVELaZn4IfiXOZEF1E-lgN7O5QLPSY,25024
flexiconc/utils/retrieve.py,sha256=85LN7zNg2AaejQx58GjQv7AE6WC0CjHxN6xgleIDKYU,44088
flexiconc/utils/retrieve_resources.py,sha256=FK3Fju5fq1m09_eXBm0_2xKReK_Xo1Mi4EdShYAicXg,6791
flexiconc/utils/wmatrix.py,sha256=XW53e72SZnEwvHZSL0nvbC0TvTv6cI8huzm_gpJXEgM,6166
flexiconc/visualization/__init__.py,sha256=OunB6XzLxRvnb764N8ttkE2zWS0dNM2rnrg2gn9CcWk,30
flexiconc/visualization/html_visualizer.py,sha256=s-BNIMW6XGozzhDkUFe68JdF6Kyjt3DXocJdbUKDltQ,70797
flexiconc-0.1.22.dist-info/METADATA,sha256=wh9SwLoEWyp3zFiRdmgQ1o7-N17lO2SfwwAbom_HlHI,6392
flexiconc-0.1.22.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
flexiconc-0.1.22.dist-info/top_level.txt,sha256=xRR5irEYTeQBbJYbUjogGYWftCMl42_d6p6_HOd8H9g,10
flexiconc-0.1.22.dist-info/RECORD,,
