igo 0.1.4.1 → 0.1.4.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e864f1dc86ce2b7164e50d13f42bc10d28b33fa4ae4f271ec912e410d461f697
4
- data.tar.gz: 6e8ee3d9ac2e39306d2d02b79e9d86291bea4af1559cd7c4faf64bd009d947e3
3
+ metadata.gz: 676a3bfd6e2aa4c63963d67ec65aa18364b1c3b93e4478721453a9ec0cbe37f3
4
+ data.tar.gz: b925f5b3fd74c3136cde15388451c8dcafcbd8f8d0bb458c414a01f142bbf124
5
5
  SHA512:
6
- metadata.gz: ae7bee63027e8de27766e941f99e38b4775be1fc8bf8aaf5ca454d41bf7d0346ea9eb7e9f502f93ce5e0f1f347ab6e0eb9a2f01f8c6f1ce0e7362108a2813997
7
- data.tar.gz: 97aa666160536500f5910a8d7c072e5652b435d1d9cecf6a5d5b98211ba45e1e4a76f6831d7cd90ed31fb394074f48962507a9475859a23fde355533a0a76330
6
+ metadata.gz: 9cd700bdcd72406257e00a17a87d133b3d6ddb2aa216afc3a9289cf8b013e59b82d4d47a034974d77b22b1c8210ebce18d143886c0934eb0bfd022088873bcd7
7
+ data.tar.gz: 25740b6c8ad3ad5e562bcb3c2d1925d9835ae0c0b6cca5d6901051f3dc89081d1963ba950bf594aa4a9ef680200fac7b98a7b4baeccc68f27f230e77d2394640
data/README.en.md CHANGED
@@ -19,10 +19,9 @@ zh.tag "全世界的无产者,联合起来!", s: true
19
19
  gem install igo
20
20
  ```
21
21
 
22
- for use `jisho-api`, `Thulac` in __Python__, you need to install:
22
+ for use `Thulac` in __Python__, you need to install:
23
23
 
24
24
  ```cmd
25
- pip install jisho-api
26
25
 
27
26
  pip install thulac
28
27
 
data/README.ja.md CHANGED
@@ -19,10 +19,9 @@ zh.tag "全世界的无产者,联合起来!", s: true
19
19
  gem install igo
20
20
  ```
21
21
 
22
- __Python__ ノ `Jisho-api`・`Thulac` 使いたいなら、以下の pip がインストール必要です:
22
+ __Python__ ノ `Thulac` 使いたいなら、以下の pip がインストール必要です:
23
23
 
24
24
  ```cmd
25
- pip install jisho-api
26
25
 
27
26
  pip install thulac
28
27
  ```
data/README.md CHANGED
@@ -19,10 +19,9 @@ zh.tag "全世界的无产者,联合起来!", s: true
19
19
  gem install igo
20
20
  ```
21
21
 
22
- for use `jisho-api`, `Thulac` in __Python__, you need to install:
22
+ for use `Thulac` in __Python__, you need to install:
23
23
 
24
24
  ```cmd
25
- pip install jisho-api
26
25
 
27
26
  pip install thulac
28
27
 
data/README.zh.md CHANGED
@@ -19,10 +19,9 @@ zh.tag "全世界的无产者,联合起来!", s: true
19
19
  gem install igo
20
20
  ```
21
21
 
22
- 要使用 __Python__ 库的 `jisho_api`, `Thulac`,你得先安装...:
22
+ 要使用 __Python__ 库的 `Thulac`,你得先安装...:
23
23
 
24
24
  ```cmd
25
- pip install jisho-api
26
25
 
27
26
  pip install thulac
28
27
 
data/lib/igo/ja.rb CHANGED
@@ -1,8 +1,6 @@
1
- require 'jisho_api'
2
1
  require 'nokogiri'
3
2
  require 'open-uri'
4
3
  require 'uri'
5
- require 'nagisa'
6
4
 
7
5
  module Igo
8
6
  module Ja
data/lib/igo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Igo
4
- VERSION = "0.1.4.1"
4
+ VERSION = "0.1.4.2"
5
5
  end
data/lib/igo.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "igo/version"
4
- require 'jisho_api'
5
4
  require 'jieba_rb'
6
5
  require 'igo/zh'
7
6
  require 'igo/ja'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: igo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.1
4
+ version: 0.1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - saisui
@@ -27,13 +27,11 @@ files:
27
27
  - README.md
28
28
  - README.zh.md
29
29
  - Rakefile
30
- - igo.rb
31
30
  - lib/igo.rb
32
31
  - lib/igo/ja.rb
33
32
  - lib/igo/thulac.rb
34
33
  - lib/igo/version.rb
35
34
  - lib/igo/zh.rb
36
- - sig/igo.rbs
37
35
  homepage: https://github.com/saisui/igo-rb
38
36
  licenses:
39
37
  - MPL-2.0
data/igo.rb DELETED
@@ -1,12 +0,0 @@
1
- require 'jisho_api'
2
- require 'jieba_rb'
3
-
4
- module Igo
5
- Jisho = JishoAPI::JishoAPI
6
- module Ja
7
- end
8
- module Zh
9
- end
10
- end
11
-
12
- include Natlang
data/sig/igo.rbs DELETED
@@ -1,4 +0,0 @@
1
- module Igo
2
- VERSION: String
3
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
- end