LICENSE
README.md
pyproject.toml
requirements.txt
cholla_chem/__init__.py
cholla_chem/cli.py
cholla_chem/main.py
cholla_chem/smiles_selector.py
cholla_chem/types.py
cholla_chem.egg-info/PKG-INFO
cholla_chem.egg-info/SOURCES.txt
cholla_chem.egg-info/dependency_links.txt
cholla_chem.egg-info/entry_points.txt
cholla_chem.egg-info/not-zip-safe
cholla_chem.egg-info/requires.txt
cholla_chem.egg-info/top_level.txt
cholla_chem/datafiles/__init__.py
cholla_chem/datafiles/chemical_name_tokens.json
cholla_chem/datafiles/opsin-cli-2.8.0-jar-with-dependencies.jar
cholla_chem/datafiles/name_dicts/__init__.py
cholla_chem/datafiles/name_dicts/manual_name_dict.json
cholla_chem/name_manipulation/__init__.py
cholla_chem/name_manipulation/manipulate_names.py
cholla_chem/name_manipulation/peptide_shorthand_handler.py
cholla_chem/name_manipulation/split_names.py
cholla_chem/name_manipulation/unicode_normalization.py
cholla_chem/name_manipulation/name_correction/__init__.py
cholla_chem/name_manipulation/name_correction/build_flashtext_ocr_map.py
cholla_chem/name_manipulation/name_correction/correction_strategies.py
cholla_chem/name_manipulation/name_correction/dataclasses.py
cholla_chem/name_manipulation/name_correction/name_corrector.py
cholla_chem/name_manipulation/name_correction/regexes.py
cholla_chem/name_manipulation/name_correction/scoring.py
cholla_chem/name_manipulation/name_correction/validators.py
cholla_chem/resolvers/__init__.py
cholla_chem/resolvers/chemspipy_resolver.py
cholla_chem/resolvers/cirpy_resolver.py
cholla_chem/resolvers/manual_resolver.py
cholla_chem/resolvers/inorganic_resolver/__init__.py
cholla_chem/resolvers/inorganic_resolver/inorganic_resolver.py
cholla_chem/resolvers/inorganic_resolver/inorganic_resolver_tokens.py
cholla_chem/resolvers/opsin_resolver/__init__.py
cholla_chem/resolvers/opsin_resolver/opsin_resolver.py
cholla_chem/resolvers/pubchem_resolver/__init__.py
cholla_chem/resolvers/pubchem_resolver/pubchem_resolver.py
cholla_chem/resolvers/structural_formula_resolver/__init__.py
cholla_chem/resolvers/structural_formula_resolver/structural_formula_resolver.py
cholla_chem/resolvers/structural_formula_resolver/structural_formula_resolver_tokens.py
cholla_chem/utils/__init__.py
cholla_chem/utils/chem_utils.py
cholla_chem/utils/constants.py
cholla_chem/utils/file_utils.py
cholla_chem/utils/logging_config.py
cholla_chem/utils/string_utils.py
scripts/__init__.py
scripts/build_flashtext_ocr_maps.py
tests/test_chemspipy_resolver.py
tests/test_cirpy_resolver.py
tests/test_main.py
tests/test_manual_resolver.py
tests/test_ocr_map_consistency.py
tests/test_opsin_resolver.py
tests/test_pubchem_resolver.py
tests/test_smiles_selector.py
tests/test_split_name_name_manipulation.py
tests/test_structural_formula_resolver.py