turkish_stemmer 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turkish_stemmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tasos Stathopoulos
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-16 00:00:00.000000000 Z
12
+ date: 2015-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -102,7 +102,34 @@ email:
102
102
  executables: []
103
103
  extensions: []
104
104
  extra_rdoc_files: []
105
- files: []
105
+ files:
106
+ - ".gitignore"
107
+ - ".rspec"
108
+ - ".travis.yml"
109
+ - Gemfile
110
+ - LICENSE.txt
111
+ - README.md
112
+ - Rakefile
113
+ - benchmarks/stemmers_comparison.rb
114
+ - benchmarks/stemming_samples.txt
115
+ - benchmarks/turkish_word_recognition.rb
116
+ - config/derivational_states.yml
117
+ - config/derivational_suffixes.yml
118
+ - config/nominal_verb_states.yml
119
+ - config/nominal_verb_suffixes.yml
120
+ - config/noun_states.yml
121
+ - config/noun_suffixes.yml
122
+ - config/stemmer.yml
123
+ - lib/turkish_stemmer.rb
124
+ - lib/turkish_stemmer/version.rb
125
+ - spec/fixtures/simple_state.yml
126
+ - spec/fixtures/simple_state_02.yml
127
+ - spec/fixtures/simple_suffix.yml
128
+ - spec/fixtures/simple_transition.yml
129
+ - spec/spec_helper.rb
130
+ - spec/support/fixtures.csv
131
+ - spec/turkish_stemmer_spec.rb
132
+ - turkish_stemmer.gemspec
106
133
  homepage: https://github.com/skroutz/turkish_stemmer
107
134
  licenses:
108
135
  - MIT
@@ -127,5 +154,12 @@ rubygems_version: 2.4.7
127
154
  signing_key:
128
155
  specification_version: 4
129
156
  summary: A simple Turkish stemmer
130
- test_files: []
157
+ test_files:
158
+ - spec/fixtures/simple_state.yml
159
+ - spec/fixtures/simple_state_02.yml
160
+ - spec/fixtures/simple_suffix.yml
161
+ - spec/fixtures/simple_transition.yml
162
+ - spec/spec_helper.rb
163
+ - spec/support/fixtures.csv
164
+ - spec/turkish_stemmer_spec.rb
131
165
  has_rdoc: