Skip to content

Commit

Permalink
Trying to make PyPi copy the berkeley parser over.
Browse files Browse the repository at this point in the history
  • Loading branch information
meyersbs committed Sep 14, 2016
1 parent aa8ae93 commit 35e3ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='SPLAT-library',
version='0.2.0',
version='0.2.1',
description='Speech Processing & Linguistic Analysis Tool',
long_description="SPLAT is a command-line application designed to make it easy for linguists (both computer-oriented and non-computer-oriented) to use the Natural Language Tool Kit (NLTK) for analyzing virtually any text file.\n\nSPLAT is designed to help you gather linguistic features from text files and it is assumed that most input files will not be already annotated. In order for SPLAT to function properly, you should ensure that the input files that you provide do not contain any annotations. Because there are so many variations of linguistic annotation schemes, it would simply be impossible to account for all of them in the initial parsing of input files; it is easier for you to remove any existing annotations than it is for me to do so.",
url='http://splat-library.org',
Expand All @@ -24,7 +24,7 @@
'splat.tag',
'splat.tokenizers'
],
download_url='https://github.com/meyersbs/SPLAT/archive/v0.2.0.tar.gz',
download_url='https://github.com/meyersbs/SPLAT/archive/v0.2.1.tar.gz',
requires=['matplotlib', 'nltk'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 35e3ab8

Please sign in to comment.