classyfier 0.1.1 → 0.1.2

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: classyfier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-08 00:00:00.000000000 Z
12
+ date: 2012-07-11 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Simple Ruby Classifier Utilities
15
15
  email:
@@ -25,11 +25,13 @@ files:
25
25
  - Readme.md
26
26
  - classyfier.gemspec
27
27
  - lib/classyfier.rb
28
+ - lib/classyfier/english.rb
28
29
  - lib/classyfier/gender.rb
29
30
  - lib/classyfier/naive_bayes.rb
30
31
  - lib/classyfier/version.rb
31
32
  - lib/data/census_female_1990.dat
32
33
  - lib/data/census_male_1990.dat
34
+ - lib/data/english_words.txt
33
35
  - lib/data/popular_female_names_1960-2010.dat
34
36
  - lib/data/popular_male_names_1960-2010.dat
35
37
  - test/helper.rb