AUTHORS.rst
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
docs/_static/melusine.png
docs/_static/segmentation.png
docs/docs_src/__init__.py
docs/docs_src/BasicClassification/__init__.py
docs/docs_src/BasicClassification/tutorial001.py
docs/docs_src/Configurations/__init__.py
docs/docs_src/Configurations/tutorial001.py
docs/docs_src/GettingStarted/__init__.py
docs/docs_src/GettingStarted/tutorial001.py
docs/docs_src/GettingStarted/tutorial002.py
docs/docs_src/MelusineDetectors/__init__.py
docs/docs_src/MelusineDetectors/tutorial001.py
docs/docs_src/MelusineDetectors/tutorial002.py
docs/docs_src/MelusineDetectors/tutorial003.py
docs/docs_src/MelusineDetectors/tutorial004.py
docs/docs_src/MelusinePipeline/__init__.py
docs/docs_src/MelusinePipeline/tutorial001.py
docs/docs_src/MelusineRegex/__init__.py
docs/docs_src/MelusineRegex/tutorial001.py
docs/docs_src/MelusineTransformers/__init__.py
docs/docs_src/MelusineTransformers/tutorial001.py
docs/docs_src/Models/__init__.py
docs/docs_src/Models/tutorial001.py
melusine/__init__.py
melusine/_config.py
melusine/base.py
melusine/detectors.py
melusine/message.py
melusine/pipeline.py
melusine/processors.py
melusine.egg-info/PKG-INFO
melusine.egg-info/SOURCES.txt
melusine.egg-info/dependency_links.txt
melusine.egg-info/requires.txt
melusine.egg-info/top_level.txt
melusine/backend/__init__.py
melusine/backend/active_backend.py
melusine/backend/base_backend.py
melusine/backend/dict_backend.py
melusine/backend/pandas_backend.py
melusine/conf/global.yaml
melusine/conf/models.yaml
melusine/conf/shared.yaml
melusine/conf/detectors/emergency_detector.yaml
melusine/conf/detectors/reply_detector.yaml
melusine/conf/detectors/thanks_detector.yaml
melusine/conf/detectors/transfer_detector.yaml
melusine/conf/detectors/vacation_reply_detector.yaml
melusine/conf/pipelines/demo_pipeline.yaml
melusine/conf/pipelines/expeditor_pipeline.yaml
melusine/conf/pipelines/my_pipeline.yaml
melusine/conf/pipelines/pipeline_selection.yaml
melusine/conf/pipelines/preprocessing_pipeline.yaml
melusine/conf/pipelines/recipients_pipeline.yaml
melusine/conf/pipelines/reply_pipeline.yaml
melusine/conf/pipelines/thanks_pipeline.yaml
melusine/conf/pipelines/transfer_pipeline.yaml
melusine/conf/pipelines/vacation_reply_pipeline.yaml
melusine/conf/processors/cleaner.yaml
melusine/conf/processors/content_tagger.yaml
melusine/conf/processors/normalizer.yaml
melusine/conf/processors/refined_tagger.yaml
melusine/conf/processors/segmenter.yaml
melusine/conf/processors/text_extractor.yaml
melusine/conf/processors/text_flagger.yaml
melusine/conf/processors/tokenizer.yaml
melusine/conf/processors/tokens_extractor.yaml
melusine/conf/processors/transferred_email_processor.yaml
melusine/conf/regex/complex_regex.yaml
melusine/conf/regex/regex.yaml
melusine/connectors/__init__.py
melusine/connectors/exchange.py
melusine/connectors/gmail.py
melusine/data/__init__.py
melusine/data/_data_loader.py
melusine/data/emails.json
melusine/io_mixin/__init__.py
melusine/io_mixin/_classes.py
melusine/regex/__init__.py
melusine/regex/emergency_regex.py
melusine/regex/reply_regex.py
melusine/regex/thanks_regex.py
melusine/regex/transfer_regex.py
melusine/regex/vacation_reply_regex.py
melusine/testing/__init__.py
melusine/testing/pipeline_testing.py
melusine/utils/__init__.py
melusine/utils/show_versions.py
tests/__init__.py
tests/conftest.py
tests/backend/__init__.py
tests/backend/test_backends.py
tests/base/__init__.py
tests/base/test_base_logging.py
tests/base/test_melusine_detectors.py
tests/base/test_melusine_regex.py
tests/base/test_melusine_transformers.py
tests/base/test_message.py
tests/conf/__init__.py
tests/conf/test_config.py
tests/data/__init__.py
tests/data/test_data.py
tests/detectors/__init__.py
tests/detectors/test_basic_detector.py
tests/detectors/test_emergency_detector.py
tests/detectors/test_reply_detector.py
tests/detectors/test_thanks_detector.py
tests/detectors/test_transfer_detector.py
tests/detectors/test_vacation_reply_detector.py
tests/docs/__init__.py
tests/docs/test_configurations.py
tests/docs/test_detectors.py
tests/docs/test_getting_started.py
tests/fixtures/__init__.py
tests/fixtures/backend.py
tests/fixtures/basic_emails.py
tests/fixtures/docs.py
tests/fixtures/pipelines.py
tests/fixtures/processors.py
tests/functional/__init__.py
tests/functional/test_emails_fixtures.py
tests/functional/test_emails_generic.py
tests/gmail/__init__.py
tests/gmail/test_gmail.py
tests/huggingface/__init__.py
tests/huggingface/test_basic_classification.py
tests/io_mixin/__init__.py
tests/io_mixin/test_io_mixin.py
tests/pipeline/__init__.py
tests/pipeline/test_pipeline.py
tests/pipeline/test_pipeline_basic.py
tests/pipeline/test_pipeline_testing.py
tests/pipeline/test_pipeline_with_ml.py
tests/processors/__init__.py
tests/processors/test_content_refined_tagger.py
tests/processors/test_processors.py
tests/regex/__init__.py
tests/regex/test_builtin_regex.py
tests/utils/__init__.py
tests/utils/test_utils.py