.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
LICENSE.txt
MANIFEST.in
Makefile
README.rst
alogrithm.md
pattern_examples.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.idea/dtpattern.iml
.idea/misc.xml
.idea/modules.xml
.idea/workspace.xml
bak/__init__.py
bak/_align4.py
bak/_graph_based.py
bak/align2.py
bak/align3.py
bak/alignment.py
bak/alignment_orig.py
bak/pattern.py
docs/.gitignore
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/_static/.gitignore
src/dtpattern/__init__.py
src/dtpattern/cli.py
src/dtpattern/dtpattern1.py
src/dtpattern/dtpattern2.py
src/dtpattern/suffix_tree.py
src/dtpattern/suffix_tree_lists.py
src/dtpattern/utils.py
src/dtpattern/value_pattern_detection.py
src/dtpattern.egg-info/PKG-INFO
src/dtpattern.egg-info/SOURCES.txt
src/dtpattern.egg-info/dependency_links.txt
src/dtpattern.egg-info/entry_points.txt
src/dtpattern.egg-info/not-zip-safe
src/dtpattern.egg-info/requires.txt
src/dtpattern.egg-info/top_level.txt
src/dtpattern/alignment/__init__.py
src/dtpattern/alignment/alignment_cls.py
src/dtpattern/alignment/alignment_list.py
src/dtpattern/alignment/merge.py
src/dtpattern/alignment/pattern_cls.py
src/dtpattern/services/__init__.py
src/dtpattern/services/cli_demo.py
src/dtpattern/services/cli_dtpattern.py
src/dtpattern/services/cli_dtpattern2.py
src/dtpattern/services/cli_dtpattern_new.py
src/dtpattern/services/cli_ucs.py
src/dtpattern/unicode_translate/__init__.py
src/dtpattern/unicode_translate/category.py
src/dtpattern/unicode_translate/pattern_detection_print.py
src/dtpattern/unicode_translate/translate.py
src/dtpattern/unicode_translate/uc_models.py
src/dtpattern/unicode_translate/unicode_categories.py
tests/__init__.py
tests/conftest.py
tests/create_unicode_category_file.py
tests/debug.log
tests/debug_categories.py
tests/debug_dtpattern1.py
tests/debug_new_pattern.py
tests/debug_new_pattern1.py
tests/dev_translate.py
tests/showcase_pattern_detection.py
tests/bak/__init__.py
tests/bak/_alignment.py
tests/bak/_alignment_func.py
tests/bak/_alignment_list.py
tests/bak/_all_alignment.py
tests/bak/_merge_alignment_list.py
tests/bak/_new_alignment.py
tests/bak/_template.py
tests/bak/dates_list.txt
tests/bak/number_list.txt
tests/bak/test_common_pattern_algorithms.py
tests/bak/test_dtpattern.py
tests/bak/test_merge_same_csets.py
tests/bak/test_pattern.py
tests/bak/test_pattern2.py
tests/bak/value_lists.py
tests/bak/value_pattern_types_list.py
tests/bak/dtpattern2/__init__.py
tests/bak/dtpattern2/debug.log
tests/bak/dtpattern2/inputvalue_generator.py
tests/bak/dtpattern2/mimesis_provider.py
tests/bak/dtpattern2/test_alignments.py
tests/bak/dtpattern2/test_dtpattern2.log
tests/bak/dtpattern2/test_dtpattern2.py
tests/bak/dtpattern2/test_dtpattern2_max1.log
tests/bak/dtpattern2/test_dtpattern2_max3.log
tests/bak/dtpattern2/test_patterns.py