chinese_vocab 0.9.0 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog.md CHANGED
@@ -1,6 +1,13 @@
1
+ ## Version 0.9.2 (April 20, 2012)
2
+
3
+ #### Other
4
+ * `Straper`:
5
+ * Changed default sentence size from `:average` to `:short`.
6
+
7
+
1
8
  ## Version 0.9.0 (April 20, 2012)
2
9
 
3
- #### Others
10
+ #### Features
4
11
  * `Vocab`:
5
12
  * Added `#word_frequency`.
6
13
  * Added `#find_minimum_sentences`: new and faster algorithm to calculate the minimum number of required sentences.
@@ -39,7 +39,7 @@ module Chinese
39
39
  }
40
40
 
41
41
  OPTIONS = {:source => [:nciku, lambda {|value| Sources.keys.include?(value) }],
42
- :size => [:average, lambda {|value| [:short, :average, :long].include?(value) }]}
42
+ :size => [:short, lambda {|value| [:short, :average, :long].include?(value) }]}
43
43
 
44
44
 
45
45
  # Options:
@@ -1,3 +1,3 @@
1
1
  module Chinese
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chinese_vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: