LICENSE
MANIFEST.in
README.md
pyproject.toml
textwizard/__init__.py
textwizard/text_wizard.py
textwizard.egg-info/PKG-INFO
textwizard.egg-info/SOURCES.txt
textwizard.egg-info/dependency_links.txt
textwizard.egg-info/requires.txt
textwizard.egg-info/top_level.txt
textwizard/utils/tw_html_parser/entities_hash.c
textwizard/utils/tw_html_parser/entities_wrapper.pyx
textwizard/THIRD_PARTY_LICENSES/THIRD-PARTY-DICTIONARIES.md
textwizard/THIRD_PARTY_LICENSES/apache-2.0.txt
textwizard/utils/__init__.py
textwizard/utils/wildcard.py
textwizard/utils/errors/__init__.py
textwizard/utils/errors/errors.py
textwizard/utils/errors/errors_handle.py
textwizard/utils/tw_html_parser/__init__.py
textwizard/utils/tw_html_parser/_utils.py
textwizard/utils/tw_html_parser/beautify_html.py
textwizard/utils/tw_html_parser/dom.py
textwizard/utils/tw_html_parser/entities_hash.c
textwizard/utils/tw_html_parser/entities_hash.h
textwizard/utils/tw_html_parser/entities_wrapper.pyx
textwizard/utils/tw_html_parser/error.py
textwizard/utils/tw_html_parser/html_to_md_dom.py
textwizard/utils/tw_html_parser/parser.py
textwizard/utils/tw_html_parser/serializer.py
textwizard/utils/tw_html_parser/serializer_pretty.py
textwizard/utils/tw_html_parser/tokenizer.py
textwizard/utils/tw_html_parser/tokens.py
textwizard/wizard_analyze_text/__init__.py
textwizard/wizard_analyze_text/similarity.py
textwizard/wizard_analyze_text/statistical.py
textwizard/wizard_analyze_text/wizard_correctness/__init__.py
textwizard/wizard_analyze_text/wizard_correctness/_unicode_tokenizer.py
textwizard/wizard_analyze_text/wizard_correctness/_utils.py
textwizard/wizard_analyze_text/wizard_correctness/correctness.py
textwizard/wizard_analyze_text/wizard_correctness/loader_dict.py
textwizard/wizard_analyze_text/wizard_lang_detect/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/_utils.py
textwizard/wizard_analyze_text/wizard_lang_detect/detect_lang.py
textwizard/wizard_analyze_text/wizard_lang_detect/gating_scoring.py
textwizard/wizard_analyze_text/wizard_lang_detect/hints.py
textwizard/wizard_analyze_text/wizard_lang_detect/model_io.py
textwizard/wizard_analyze_text/wizard_lang_detect/lang_addons/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/lang_addons/profiles_trie_signature/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/lang_addons/profiles_trie_signature/2/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/lang_addons/profiles_trie_signature/3/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/lang_addons/profiles_trie_signature/4/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/profiles_trie_kn/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/profiles_trie_kn/1/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/profiles_trie_kn/2/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/profiles_trie_kn/3/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/profiles_trie_kn/4/__init__.py
textwizard/wizard_analyze_text/wizard_lang_detect/profiles_trie_kn/5/__init__.py
textwizard/wizard_cleaners/__init__.py
textwizard/wizard_cleaners/tw_csv_cleaner/__init__.py
textwizard/wizard_cleaners/tw_csv_cleaner/csv_cleaner.py
textwizard/wizard_cleaners/tw_html_cleaner/__init__.py
textwizard/wizard_cleaners/tw_html_cleaner/constants.py
textwizard/wizard_cleaners/tw_html_cleaner/html_cleaner.py
textwizard/wizard_cleaners/tw_xml_cleaner/__init__.py
textwizard/wizard_cleaners/tw_xml_cleaner/xml_cleaner.py
textwizard/wizard_extractors/__init__.py
textwizard/wizard_extractors/extraction_text.py
textwizard/wizard_extractors/ocr_service/__init__.py
textwizard/wizard_extractors/ocr_service/azure_ocr.py
textwizard/wizard_extractors/tool/__init__.py
textwizard/wizard_extractors/tool/csv_reader.py
textwizard/wizard_extractors/tool/doc_reader.py
textwizard/wizard_extractors/tool/docx_reader.py
textwizard/wizard_extractors/tool/html_reader.py
textwizard/wizard_extractors/tool/image_format_reader.py
textwizard/wizard_extractors/tool/json_reader.py
textwizard/wizard_extractors/tool/pdf_reader.py
textwizard/wizard_extractors/tool/txt_reader.py
textwizard/wizard_extractors/tool/xlsx_xls_reader.py
textwizard/wizard_extractors/utils/__init__.py
textwizard/wizard_extractors/utils/selector.py
textwizard/wizard_ner/__init__.py
textwizard/wizard_ner/wizard_ner.py