You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE_details.txt
+2-9
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ are the following ones,
8
8
- mock (BSD)
9
9
- docopt (MIT)
10
10
- future (MIT)
11
-
- mongoengine (MIT)
12
-
- pymongo (Apache License)
13
-
- enum34 (BSD)
14
11
- appdirs (MIT)
15
12
- wget (Public Domain)
16
13
- colorama (BSD)
@@ -21,8 +18,6 @@ The development tools we are using:
21
18
- nose (LGPL)
22
19
- factory-boy (MIT)
23
20
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
-
26
21
Additionally, in order to be able to create your own iepy-ready corpus with our
27
22
preprocessing tools, you'll need to download the following things that are not
28
23
provided by this software
@@ -31,7 +26,5 @@ provided by this software
31
26
download_third_party_data script)
32
27
- wordnet (acquirable with the NLTK downloader or the
33
28
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)
0 commit comments