LICENSE
MANIFEST.in
README.rst
setup.py
talon/__init__.py
talon/constants.py
talon/html_quotations.py
talon/quotations.py
talon/utils.py
talon.egg-info/PKG-INFO
talon.egg-info/SOURCES.txt
talon.egg-info/dependency_links.txt
talon.egg-info/pbr.json
talon.egg-info/requires.txt
talon.egg-info/top_level.txt
talon.egg-info/zip-safe
talon/signature/__init__.py
talon/signature/bruteforce.py
talon/signature/constants.py
talon/signature/extraction.py
talon/signature/data/classifier
talon/signature/data/classifier_01.npy
talon/signature/data/classifier_02.npy
talon/signature/data/classifier_03.npy
talon/signature/data/classifier_04.npy
talon/signature/data/classifier_05.npy
talon/signature/data/train.data
talon/signature/learning/__init__.py
talon/signature/learning/classifier.py
talon/signature/learning/dataset.py
talon/signature/learning/featurespace.py
talon/signature/learning/helpers.py
tests/__init__.py
tests/html_quotations_test.py
tests/quotations_test.py
tests/text_quotations_test.py
tests/utils_test.py
tests/fixtures/OLK_SRC_BODY_SECTION.html
tests/fixtures/__init__.py
tests/fixtures/reply-quotations-share-block.eml
tests/fixtures/reply-separated-by-hr.html
tests/fixtures/html_replies/gmail.html
tests/fixtures/html_replies/hotmail.html
tests/fixtures/html_replies/mail_ru.html
tests/fixtures/html_replies/ms_outlook_2003.html
tests/fixtures/html_replies/ms_outlook_2007.html
tests/fixtures/html_replies/ms_outlook_2010.html
tests/fixtures/html_replies/thunderbird.html
tests/fixtures/html_replies/windows_mail.html
tests/fixtures/html_replies/yandex_ru.html
tests/fixtures/signature/emails/P/102682_R_S
tests/fixtures/signature/emails/P/johndoeexamplecom_body
tests/fixtures/signature/emails/P/johndoeexamplecom_sender
tests/fixtures/signature/emails/P/unicode_msg
tests/fixtures/signature/emails/stripped/camel_case_body
tests/fixtures/signature/emails/stripped/camel_case_sender
tests/fixtures/signature/emails/stripped/camel_case_signature
tests/fixtures/signature/emails/stripped/jeff_body
tests/fixtures/signature/emails/stripped/jeff_sender
tests/fixtures/signature/emails/stripped/jeff_signature
tests/fixtures/signature/emails/stripped/johndoeexamplecom_body
tests/fixtures/signature/emails/stripped/johndoeexamplecom_sender
tests/fixtures/signature/emails/stripped/johndoeexamplecom_signature
tests/fixtures/signature/emails/stripped/long_body
tests/fixtures/signature/emails/stripped/long_sender
tests/fixtures/signature/emails/stripped/long_signature
tests/fixtures/signature/emails/stripped/short_url_body
tests/fixtures/signature/emails/stripped/short_url_sender
tests/fixtures/signature/emails/stripped/short_url_signature
tests/fixtures/signature/emails/stripped/sparse_body
tests/fixtures/signature/emails/stripped/sparse_sender
tests/fixtures/signature/emails/stripped/sparse_signature
tests/fixtures/signature/tmp/.gitignore
tests/fixtures/signature/tmp/extraction.data
tests/fixtures/standard_replies/android.eml
tests/fixtures/standard_replies/aol.eml
tests/fixtures/standard_replies/apple_mail.eml
tests/fixtures/standard_replies/apple_mail_2.eml
tests/fixtures/standard_replies/comcast.eml
tests/fixtures/standard_replies/gmail.eml
tests/fixtures/standard_replies/hotmail.eml
tests/fixtures/standard_replies/iphone.eml
tests/fixtures/standard_replies/iphone_reply_text
tests/fixtures/standard_replies/outlook.eml
tests/fixtures/standard_replies/sparrow.eml
tests/fixtures/standard_replies/sparrow_reply_text
tests/fixtures/standard_replies/thunderbird.eml
tests/fixtures/standard_replies/yahoo.eml
tests/signature/__init__.py
tests/signature/bruteforce_test.py
tests/signature/extraction_test.py
tests/signature/learning/__init__.py
tests/signature/learning/dataset_test.py
tests/signature/learning/featurespace_test.py
tests/signature/learning/helpers_test.py