word2vec-rb 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word2vec-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dani Vela
@@ -88,9 +88,13 @@ files:
88
88
  - bin/console
89
89
  - bin/setup
90
90
  - data/minimal.bin
91
+ - data/questions-words.txt
91
92
  - data/readme.md
93
+ - ext/word2vec/accuracy.c
94
+ - ext/word2vec/analogy.c
92
95
  - ext/word2vec/common.c
93
96
  - ext/word2vec/common.h
97
+ - ext/word2vec/distance.c
94
98
  - ext/word2vec/extconf.rb
95
99
  - ext/word2vec/word2vec.c
96
100
  - lib/word2vec.rb