ruby-spacy 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c149833c6cc16782d7964c27989535ee681f9816f58231d1eecc57f2c8f99c1
4
- data.tar.gz: 5ac0417c29eea0dfa7a48c394e832bcbd7567fd5e4783f8a6de4d15132c479a3
3
+ metadata.gz: 2cdb24ba1156e16b0cd14809b4a4ea0fe832257eed4060e6eba0d55314849151
4
+ data.tar.gz: ba2d9c1957f1b650cf0a8902db6b3e901762ba94470c0443debf8b68a8b5f8c0
5
5
  SHA512:
6
- metadata.gz: bbf0271475ebab0f6f64621be98bca42a45fbf0b76a6285d17e3593bf4c6e53bd91c55bd6664ea7dd6bc23448d64cb3035bee55eb9e525662580618a7d5bbab6
7
- data.tar.gz: 0dd4301b1d9272dcc22ad172b8fb9363c46b52b0c58a34d8bf25499a77b4e96e3617a49d9d4c03a34d2b185d2830c6644a9df8968f81fde69a9f94b45691faf3
6
+ metadata.gz: 68f4acdf7375c8bb4107681f3425a6b16ae3544c8c46c6f80cdb37643fe5c2fed2b6a2cac738325d0b3a5f9605495ac9230fa11090a167d6e8efc9d59066d88b
7
+ data.tar.gz: 8eb877bea7a8b5d8f699cbf6637797b8d5bc4e6c6dcea228a5db0c7f56fa7add1c44b6e587ee212837124015ed3e0512fdf6f9015cbf7090f6d87bd7d19f4842
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Spacy
4
4
  # The version number of the module
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
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** 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.
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.0
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** is a wrapper module for using spaCy from the Ruby programming
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.