Skip to content

Commit e99cbcb

Browse files
committed
removing old not used mentioned packages
1 parent e27a820 commit e99cbcb

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

LICENSE.Metrics.txt

-24
This file was deleted.

LICENSE_details.txt

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ are the following ones,
88
- mock (BSD)
99
- docopt (MIT)
1010
- future (MIT)
11-
- mongoengine (MIT)
12-
- pymongo (Apache License)
13-
- enum34 (BSD)
1411
- appdirs (MIT)
1512
- wget (Public Domain)
1613
- colorama (BSD)
@@ -21,8 +18,6 @@ The development tools we are using:
2118
- nose (LGPL)
2219
- factory-boy (MIT)
2320

24-
The file "average_precision.py" in the experimentation/loop folder comes from the Metrics project (https://github.com/benhamner/Metrics) and it's license can be found in LICENSE.Metrics.txt
25-
2621
Additionally, in order to be able to create your own iepy-ready corpus with our
2722
preprocessing tools, you'll need to download the following things that are not
2823
provided by this software
@@ -31,7 +26,5 @@ provided by this software
3126
download_third_party_data script)
3227
- wordnet (acquirable with the NLTK downloader or the
3328
download_third_party_data script)
34-
- GPL Stanford POS Tagger (acquirable with download_third_party_data script)
35-
- GPL Stanford NER Tagger (acquirable with download_third_party_data script)
36-
37-
The wrappers for this 3 third party tools are provided by NLTK.
29+
- GPL Stanford CoreNLP (acquirable with download_third_party_data script)
30+
- GPL Stanford Spanish Models (acquirable with download_third_party_data script)

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
REfO==0.13
1818
docopt==0.6.1
1919
future==0.11.4
20-
enum34==0.9.23
2120
appdirs==1.2.0
2221
wget==2.0
2322
colorama==0.2.7

0 commit comments

Comments
 (0)