shalmaneser-rosy 1.2.0.rc4

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shalmaneser-rosy
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.0.rc4
5
+ platform: ruby
6
+ authors:
7
+ - Andrei Beliankou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-09-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: mysql
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.9'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.9'
27
+ description: ROSY - Role Assignment System.
28
+ email: arbox@yandex.ru
29
+ executables:
30
+ - rosy
31
+ extensions: []
32
+ extra_rdoc_files:
33
+ - README.md
34
+ - LICENSE.md
35
+ - CHANGELOG.md
36
+ files:
37
+ - ".yardopts"
38
+ - CHANGELOG.md
39
+ - LICENSE.md
40
+ - README.md
41
+ - bin/rosy
42
+ - lib/rosy/AbstractFeatureAndExternal.rb
43
+ - lib/rosy/ExternalConfigData.rb
44
+ - lib/rosy/FailedParses.rb
45
+ - lib/rosy/FeatureInfo.rb
46
+ - lib/rosy/GfInduce.rb
47
+ - lib/rosy/GfInduceFeature.rb
48
+ - lib/rosy/InputData.rb
49
+ - lib/rosy/RosyConfusability.rb
50
+ - lib/rosy/RosyEval.rb
51
+ - lib/rosy/RosyFeatureExtractors.rb
52
+ - lib/rosy/RosyFeaturize.rb
53
+ - lib/rosy/RosyInspect.rb
54
+ - lib/rosy/RosyIterator.rb
55
+ - lib/rosy/RosyPhase2FeatureExtractors.rb
56
+ - lib/rosy/RosyPruning.rb
57
+ - lib/rosy/RosyServices.rb
58
+ - lib/rosy/RosySplit.rb
59
+ - lib/rosy/RosyTask.rb
60
+ - lib/rosy/RosyTest.rb
61
+ - lib/rosy/RosyTrain.rb
62
+ - lib/rosy/RosyTrainingTestTable.rb
63
+ - lib/rosy/TargetsMostFrequentFrame.rb
64
+ - lib/rosy/View.rb
65
+ - lib/rosy/opt_parser.rb
66
+ - lib/rosy/rosy.rb
67
+ - lib/rosy/rosy_config_data.rb
68
+ - test/frprep/test_opt_parser.rb
69
+ - test/functional/functional_test_helper.rb
70
+ - test/functional/test_fred.rb
71
+ - test/functional/test_frprep.rb
72
+ - test/functional/test_rosy.rb
73
+ homepage: https://github.com/arbox/shalmaneser
74
+ licenses:
75
+ - GPL-2.0
76
+ metadata: {}
77
+ post_install_message:
78
+ rdoc_options:
79
+ - "-m"
80
+ - README.md
81
+ require_paths:
82
+ - lib
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - '='
86
+ - !ruby/object:Gem::Version
87
+ version: '2.0'
88
+ required_rubygems_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ">"
91
+ - !ruby/object:Gem::Version
92
+ version: 1.3.1
93
+ requirements: []
94
+ rubyforge_project:
95
+ rubygems_version: 2.4.5
96
+ signing_key:
97
+ specification_version: 4
98
+ summary: ROSY
99
+ test_files:
100
+ - test/frprep/test_opt_parser.rb
101
+ - test/functional/functional_test_helper.rb
102
+ - test/functional/test_fred.rb
103
+ - test/functional/test_frprep.rb
104
+ - test/functional/test_rosy.rb
105
+ has_rdoc: