.gitignore
LICENSE
README.md
example.py
pyproject.toml
requirements.txt
.github/workflows/ci-build-unstable.yml
.github/workflows/ci-release.yml
tests/__init__.py
tests/test_parser.py
tests/test_text2chem.py
tests/resources/__init__.py
tests/resources/additives.json
tests/resources/chemical_names.json
tests/resources/comprehensive.json
tests/resources/formulas.json
tests/resources/mixtures.json
tests/resources/phases.json
text2chem/__init__.py
text2chem/chemical_data.py
text2chem/chemical_structure.py
text2chem/constants.py
text2chem/data_structures.py
text2chem/parser_pipeline.py
text2chem/regex_parser.py
text2chem/utils.py
text2chem.egg-info/PKG-INFO
text2chem.egg-info/SOURCES.txt
text2chem.egg-info/dependency_links.txt
text2chem.egg-info/top_level.txt
text2chem/core/default_processing.py
text2chem/core/formula_parser.py
text2chem/core/formula_processing.py
text2chem/postprocessing_tools/__init__.py
text2chem/postprocessing_tools/element_variables_processing.py
text2chem/postprocessing_tools/postprocessing_abc.py
text2chem/postprocessing_tools/stoichiometric_variables_processing.py
text2chem/postprocessing_tools/substitute_additives.py
text2chem/preprocessing_tools/__init__.py
text2chem/preprocessing_tools/additives_processing.py
text2chem/preprocessing_tools/chemical_name_processing.py
text2chem/preprocessing_tools/mixture_processing.py
text2chem/preprocessing_tools/phase_processing.py
text2chem/preprocessing_tools/preprocessing_abc.py
text2chem/preprocessing_tools/pubchem_preprocessing.py
text2chem/resources/acronyms_dictionary.json
text2chem/resources/ions_dictionary.json
text2chem/resources/terms_dictionary.json