opener-opinion-detector-base 2.3.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -3
- data/core/python-scripts/scripts/__init__.pyc +0 -0
- data/core/python-scripts/scripts/config_manager.pyc +0 -0
- data/core/python-scripts/scripts/crfutils.pyc +0 -0
- data/core/python-scripts/scripts/extract_feats_relations.pyc +0 -0
- data/core/python-scripts/scripts/extract_features.pyc +0 -0
- data/core/python-scripts/scripts/lexicons.pyc +0 -0
- data/core/python-scripts/scripts/link_entities_distance.pyc +0 -0
- data/core/python-scripts/scripts/relation_classifier.pyc +0 -0
- data/lib/opener/opinion_detectors/base/version.rb +1 -1
- data/task/requirements.rake +1 -1
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6caf9503640d3135afca94c0817de705eac55023
|
4
|
+
data.tar.gz: 1bea985eb51a96be27ebfb35dd6e871f476d13ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dace93e04eaa95eb2a8e41e53cef8556f74db689d8421423b01442b9341543677955ef9530733cbea81b653fb6a5817a265a9888f793ee2ef4a0f867d13f09a
|
7
|
+
data.tar.gz: 34c6a3cb4f824e2f5d6bcd5a900ffa8624178bfb96180916cf9ce2a13b1ef5770fe22a22b3af61455793bddb547d897f5327272a307f3f8408e9bf23249a8ae5
|
data/README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
[![Build Status](https://drone.io/github.com/opener-project/opinion-detector-base/status.png)](https://drone.io/github.com/opener-project/opinion-detector-base/latest)
|
2
|
-
|
3
1
|
Opinion Detector Base
|
4
2
|
=====================
|
5
3
|
|
@@ -98,4 +96,4 @@ Contact
|
|
98
96
|
|
99
97
|
* Ruben Izquierdo
|
100
98
|
* Vrije University of Amsterdam
|
101
|
-
* ruben.izquierdobevia@vu.nl
|
99
|
+
* ruben.izquierdobevia@vu.nl
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/task/requirements.rake
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opener-opinion-detector-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- development@olery.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -113,21 +113,29 @@ files:
|
|
113
113
|
- core/python-scripts/run_basic.py
|
114
114
|
- core/python-scripts/run_experiment.sh
|
115
115
|
- core/python-scripts/scripts/__init__.py
|
116
|
+
- core/python-scripts/scripts/__init__.pyc
|
116
117
|
- core/python-scripts/scripts/__init__.pyo
|
117
118
|
- core/python-scripts/scripts/config_manager.py
|
119
|
+
- core/python-scripts/scripts/config_manager.pyc
|
118
120
|
- core/python-scripts/scripts/config_manager.pyo
|
119
121
|
- core/python-scripts/scripts/crfutils.py
|
122
|
+
- core/python-scripts/scripts/crfutils.pyc
|
120
123
|
- core/python-scripts/scripts/crfutils.pyo
|
121
124
|
- core/python-scripts/scripts/extract_feats_relations.py
|
125
|
+
- core/python-scripts/scripts/extract_feats_relations.pyc
|
122
126
|
- core/python-scripts/scripts/extract_feats_relations.pyo
|
123
127
|
- core/python-scripts/scripts/extract_features.py
|
128
|
+
- core/python-scripts/scripts/extract_features.pyc
|
124
129
|
- core/python-scripts/scripts/extract_features.pyo
|
125
130
|
- core/python-scripts/scripts/feats_to_crf.exp.py
|
126
131
|
- core/python-scripts/scripts/lexicons.py
|
132
|
+
- core/python-scripts/scripts/lexicons.pyc
|
127
133
|
- core/python-scripts/scripts/lexicons.pyo
|
128
134
|
- core/python-scripts/scripts/link_entities_distance.py
|
135
|
+
- core/python-scripts/scripts/link_entities_distance.pyc
|
129
136
|
- core/python-scripts/scripts/link_entities_distance.pyo
|
130
137
|
- core/python-scripts/scripts/relation_classifier.py
|
138
|
+
- core/python-scripts/scripts/relation_classifier.pyc
|
131
139
|
- core/python-scripts/scripts/relation_classifier.pyo
|
132
140
|
- core/python-scripts/train.py
|
133
141
|
- core/vendor/src/crfsuite/AUTHORS
|