that_language 0.1.0.pre1 → 0.1.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/that_language/detect.rb +7 -3
- data/lib/that_language/lookup_context.rb +22 -8
- data/lib/that_language/result.rb +4 -4
- data/lib/that_language/result_set.rb +2 -2
- data/lib/that_language/store.rb +4 -3
- data/lib/that_language/version.rb +1 -1
- data/lib/that_language.rb +5 -5
- data/wordlists/10000/10000-ar.pstore +50 -5
- data/wordlists/10000/10000-fa.pstore +48 -0
- data/wordlists/10000/10000-ko.pstore +71 -0
- data/wordlists/100k/100000-ar.pstore +1184 -5
- data/wordlists/100k/100000-fa.pstore +1177 -0
- data/wordlists/100k/100000-ko.pstore +774 -0
- metadata +8 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: that_language
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0.
|
4
|
+
version: 0.1.0.pre2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patrick Helm
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -93,6 +93,7 @@ files:
|
|
93
93
|
- lib/that_language/store.rb
|
94
94
|
- lib/that_language/version.rb
|
95
95
|
- that_language.gemspec
|
96
|
+
- wordlists/10000/10000-ar.pstore
|
96
97
|
- wordlists/10000/10000-br.pstore
|
97
98
|
- wordlists/10000/10000-cs.pstore
|
98
99
|
- wordlists/10000/10000-da.pstore
|
@@ -100,12 +101,14 @@ files:
|
|
100
101
|
- wordlists/10000/10000-el.pstore
|
101
102
|
- wordlists/10000/10000-en.pstore
|
102
103
|
- wordlists/10000/10000-es.pstore
|
104
|
+
- wordlists/10000/10000-fa.pstore
|
103
105
|
- wordlists/10000/10000-fi.pstore
|
104
106
|
- wordlists/10000/10000-fr.pstore
|
105
107
|
- wordlists/10000/10000-he.pstore
|
106
108
|
- wordlists/10000/10000-hu.pstore
|
107
109
|
- wordlists/10000/10000-it.pstore
|
108
110
|
- wordlists/10000/10000-ja.pstore
|
111
|
+
- wordlists/10000/10000-ko.pstore
|
109
112
|
- wordlists/10000/10000-kr.pstore
|
110
113
|
- wordlists/10000/10000-nl.pstore
|
111
114
|
- wordlists/10000/10000-no.pstore
|
@@ -116,6 +119,7 @@ files:
|
|
116
119
|
- wordlists/10000/10000-tr.pstore
|
117
120
|
- wordlists/10000/10000-vi.pstore
|
118
121
|
- wordlists/10000/10000-zh.pstore
|
122
|
+
- wordlists/100k/100000-ar.pstore
|
119
123
|
- wordlists/100k/100000-br.pstore
|
120
124
|
- wordlists/100k/100000-cs.pstore
|
121
125
|
- wordlists/100k/100000-da.pstore
|
@@ -123,12 +127,14 @@ files:
|
|
123
127
|
- wordlists/100k/100000-el.pstore
|
124
128
|
- wordlists/100k/100000-en.pstore
|
125
129
|
- wordlists/100k/100000-es.pstore
|
130
|
+
- wordlists/100k/100000-fa.pstore
|
126
131
|
- wordlists/100k/100000-fi.pstore
|
127
132
|
- wordlists/100k/100000-fr.pstore
|
128
133
|
- wordlists/100k/100000-he.pstore
|
129
134
|
- wordlists/100k/100000-hu.pstore
|
130
135
|
- wordlists/100k/100000-it.pstore
|
131
136
|
- wordlists/100k/100000-ja.pstore
|
137
|
+
- wordlists/100k/100000-ko.pstore
|
132
138
|
- wordlists/100k/100000-kr.pstore
|
133
139
|
- wordlists/100k/100000-nl.pstore
|
134
140
|
- wordlists/100k/100000-no.pstore
|