ckip_client 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/README.md +2 -2
  2. data/lib/CKIP_Client.rb +1 -0
  3. metadata +1 -1
data/README.md CHANGED
@@ -36,9 +36,9 @@ CKIP_Client是連接[中央研究院][中央研究院][詞庫小組][詞庫小
36
36
  CKIP.segment( text , 'neat' )
37
37
  CKIP.parser( text , 'neat' )
38
38
 
39
- 文字編碼:
39
+ 文字編碼:
40
40
  輸入的字串編碼可以是 UTF-8 或 Big5 或是 Big5-UAO 三種其中之一。
41
- 而輸出結果一律為 UTF-8 編碼。
41
+ 而輸出結果一律為 UTF-8 編碼。
42
42
  CKIP系統不支援 Big5-HKSCS 之特有港字。
43
43
 
44
44
 
data/lib/CKIP_Client.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  # encoding: UTF-8
2
2
  require 'socket'
3
+ require 'timeout'
3
4
  require 'yaml'
4
5
 
5
6
  module CKIP
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ckip_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: