ruby-spacy 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/lib/ruby-spacy/version.rb +1 -1
- data/ruby-spacy.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cdb24ba1156e16b0cd14809b4a4ea0fe832257eed4060e6eba0d55314849151
|
|
4
|
+
data.tar.gz: ba2d9c1957f1b650cf0a8902db6b3e901762ba94470c0443debf8b68a8b5f8c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68f4acdf7375c8bb4107681f3425a6b16ae3544c8c46c6f80cdb37643fe5c2fed2b6a2cac738325d0b3a5f9605495ac9230fa11090a167d6e8efc9d59066d88b
|
|
7
|
+
data.tar.gz: 8eb877bea7a8b5d8f699cbf6637797b8d5bc4e6c6dcea228a5db0c7f56fa7add1c44b6e587ee212837124015ed3e0512fdf6f9015cbf7090f6d87bd7d19f4842
|
data/lib/ruby-spacy/version.rb
CHANGED
data/ruby-spacy.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "A wrapper module for using spaCy natural language processing library from the Ruby programming language using PyCall"
|
|
12
12
|
spec.description =<<EOD
|
|
13
|
-
ruby-spacy
|
|
13
|
+
ruby-spacy is a wrapper module for using spaCy from the Ruby programming language via PyCall. This module aims to make it easy and natural for Ruby programmers to use spaCy. This module covers the areas of spaCy functionality for using many varieties of its language models, not for building ones.
|
|
14
14
|
EOD
|
|
15
15
|
|
|
16
16
|
spec.homepage = "https://github.com/yohasebe/ruby-spacy"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-spacy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoichiro Hasebe
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: 3.0.1
|
|
55
|
-
description: 'ruby-spacy
|
|
55
|
+
description: 'ruby-spacy is a wrapper module for using spaCy from the Ruby programming
|
|
56
56
|
language via PyCall. This module aims to make it easy and natural for Ruby programmers
|
|
57
57
|
to use spaCy. This module covers the areas of spaCy functionality for using many
|
|
58
58
|
varieties of its language models, not for building ones.
|