LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
artifician/__init__.py
artifician/dataset.py
artifician/feature_definition.py
artifician.egg-info/PKG-INFO
artifician.egg-info/SOURCES.txt
artifician.egg-info/dependency_links.txt
artifician.egg-info/requires.txt
artifician.egg-info/top_level.txt
artifician/extractors/__init__.py
artifician/extractors/html_extractors.py
artifician/extractors/text_extractors/keyword_extractor.py
artifician/processors/__init__.py
artifician/processors/chain.py
artifician/processors/mapper.py
artifician/processors/normalizer.py
artifician/processors/processor.py
artifician/processors/text/__init__.py
artifician/processors/text/stemlemtizer.py
artifician/processors/text/stop_word_remover.py
artifician/processors/text/text_cleaner.py
artifician/processors/text/tokenizer.py
docs/mkdocs.yml
docs/pydoc-markdown.yml
docs/markdown/README.md
docs/markdown/SUMMARY.md
docs/markdown/advanced_concepts.md
docs/markdown/api.md
docs/markdown/define_extractors.md
docs/markdown/define_processor.md
docs/markdown/getting_started.md
docs/markdown/library_architecture.md
docs/markdown/processor_chaining.md
docs/markdown/quick_start.md
docs/markdown/_static/artifician_library.png
tests/__init__.py
tests/functional/__init__.py
tests/functional/test_mapper.py
tests/functional/test_normalizer.py
tests/functional/test_strategy_selector.py
tests/functional/features/mapper.feature
tests/functional/features/normalizer.feature
tests/functional/features/strategy_selector.feature
tests/integration/__init__.py
tests/integration/test_feature_definition.py
tests/integration/test_html_extractors.py
tests/integration/test_processor_chain_manager.py
tests/unit/__init__.py
tests/unit/test_html_extractors.py
tests/unit/test_processor_chain_manager.py
tests/unit/text_processors/__init__.py
tests/unit/text_processors/test_stemlemitizer.py
tests/unit/text_processors/test_stop_word_remover.py
tests/unit/text_processors/test_text_cleaner.py
tests/unit/text_processors/test_tokenizer.py