Skip to content

Commit

Permalink
added 2.0-alpha release details
Browse files Browse the repository at this point in the history
  • Loading branch information
ancadumitrache committed Jun 12, 2018
1 parent 3657efa commit f62f3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
import sys, os

setup(name='crowdtruth',
version='2.0',
version='2.0-alpha',
description="Disagreement based metrics for the processing and evaluation of crowdsourced annotations",
long_description="CrowdTruth is an approach to machine-human computing for collecting annotation data on text, images and videos. The approach is focussed specifically on collecting gold standard data for training and evaluation of cognitive computing systems. The original framework was inspired by the IBM Watson project for providing improved (multi-perspective) gold standard (medical) text annotation data for the training and evaluation of various IBM Watson components, such as Medical Relation Extraction, Medical Factor Extraction and Question-Answer passage alignment.",
classifiers=[],
keywords=['CrowdTruth','crowdsourcing','disagreement','metrics','crowdflower','amazon mechanical turk'],
author='Vrije Universiteit Amsterdam',
author_email='info@crowdtruth.org',
author_email='crowdwatson@gmail.com',
url='http://crowdtruth.org',
license='Apache 2.0',
download_url = 'https://github.com/crowdtruth/crowdtruth-core/archive/v1.1.tar.gz',
download_url = 'https://github.com/CrowdTruth/CrowdTruth-core/archive/v2.0-alpha.tar.gz',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit f62f3cd

Please sign in to comment.