From 6d0689cad6e5c1143f97df02ed46b40df98d67d8 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Tue, 31 May 2016 18:39:07 -0700 Subject: [PATCH 1/2] Update README.rst --- README.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.rst b/README.rst index ddb4efc..c804e61 100644 --- a/README.rst +++ b/README.rst @@ -116,18 +116,8 @@ or from talon.signature.learning.classifier import train, init train(init(), EXTRACTOR_DATA, EXTRACTOR_FILENAME) -Open-source Dataset -------------------------- - -Recently we started a `kuntzcamera`_ project to create an open-source, annotated dataset of raw emails. In the project we -used a subset of `ENRON`_ data, cleansed of private, health and financial information by `EDRM`_. At the moment over 190 -emails are annotated. Any contribution and collaboration on the project are welcome. Once the dataset is ready we plan to -start using it for talon. - .. _scikit-learn: http://scikit-learn.org .. _ENRON: https://www.cs.cmu.edu/~enron/ -.. _EDRM: http://www.edrm.net/resources/data-sets/edrm-enron-email-data-set -.. _kuntzcamera: https://github.com/mailgun/kuntzcamera Research -------- From 2d6c092b65461346f36ec03a512e933469eab33d Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Tue, 31 May 2016 18:42:47 -0700 Subject: [PATCH 2/2] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02088b7..bedb0db 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='talon', - version='1.2.8', + version='1.2.9', description=("Mailgun library " "to extract message quotations and signatures."), long_description=open("README.rst").read(),