pubannotation_evaluator 1.2.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/pubannotation-eval +0 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2939104dbdee25d85b128e2a87deb3621f52fdf86551c9d9f10e23002db386e9
|
4
|
+
data.tar.gz: beed9d8c8483c5b02563a88c39b893d0c707df02e8ba0058a54f84e9061ebb1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1001b08dd7fedc29651b55a953bac933be3851c6bd1b3293ef3767f6411a797a97b3c0ae7b765ac5ae1d141ab53e300331a53b9ce08d9770576fdc7209d781e8
|
7
|
+
data.tar.gz: b2ee53e9cd3019b9b814995ef79d192598d8eb34a9b6199de32d9627aa77ae74fca560f2a70f536775a02e3b94ed58a1c96a7a486b79efa10f3b38ca82a8e304
|
data/bin/pubannotation-eval
CHANGED
@@ -10,7 +10,6 @@ soft_match_words = PubannotationEvaluator::SOFT_MATCH_WORDS
|
|
10
10
|
denotation_type_match = PubannotationEvaluator::EXACT_TYPE_MATCH
|
11
11
|
relation_type_match = PubannotationEvaluator::EXACT_TYPE_MATCH
|
12
12
|
|
13
|
-
## command line option processing
|
14
13
|
require 'optparse'
|
15
14
|
optparse = OptionParser.new do |opts|
|
16
15
|
opts.banner = "Usage: pubannotation-eval.rb [options] annotation_file(s)"
|
@@ -90,5 +89,3 @@ if verbose
|
|
90
89
|
end
|
91
90
|
|
92
91
|
puts JSON.generate(evaluation)
|
93
|
-
|
94
|
-
# puts JSON.generate(comparison)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pubannotation_evaluator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jin-Dong Kim
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-12-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A tool to evaluate the accuracy of a set of annotations.
|
14
14
|
email: jdkim@dbcls.rois.ac.jp
|
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
requirements: []
|
42
|
-
rubygems_version: 3.
|
42
|
+
rubygems_version: 3.4.19
|
43
43
|
signing_key:
|
44
44
|
specification_version: 4
|
45
45
|
summary: It compares a set of annotations (study annotations) against another set
|