turkish_stemmer 0.1.8 → 0.1.10
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 +4 -4
- data/benchmarks/stemming_samples.txt +3 -3
- data/config/stemmer.yml +4 -0
- data/lib/turkish_stemmer/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4a334ed9acba32103afa53f3e707fbeab0bf3c5
|
|
4
|
+
data.tar.gz: dd0fb66fe5279303391b77c1ae8c4403fa61b805
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d56f11c1933cc9448ff1a24da61e5367c26ddd93d59dc24ab97f4524ced42ce1dd4aada3e340ef8c1b575fa578aaf91859329402332f43e685d7712d85ecce7
|
|
7
|
+
data.tar.gz: 1e4b9e094aee280807c638efa4f596429f6290a1bf077cd960031a5d820620f630dfa395a3307d3c01ea45868093a50b0011c70b4e89fdc06d02dadc0d09950f
|
|
@@ -2550,8 +2550,8 @@ canoprofesyoneln,canoprofesyoneln
|
|
|
2550
2550
|
canpet,canpet
|
|
2551
2551
|
cansu,cansu
|
|
2552
2552
|
cant,cant
|
|
2553
|
-
canta,
|
|
2554
|
-
cantalar,
|
|
2553
|
+
canta,canta
|
|
2554
|
+
cantalar,canta
|
|
2555
2555
|
cantalari,cantalari
|
|
2556
2556
|
cantaları,canta
|
|
2557
2557
|
cantasi,cantasi
|
|
@@ -6759,7 +6759,7 @@ halo,halo
|
|
|
6759
6759
|
halojen,halojen
|
|
6760
6760
|
halsı,hals
|
|
6761
6761
|
halupan,halupan
|
|
6762
|
-
halı,
|
|
6762
|
+
halı,halı
|
|
6763
6763
|
halısaha,halısah
|
|
6764
6764
|
halısı,halı
|
|
6765
6765
|
hamak,hamak
|
data/config/stemmer.yml
CHANGED
|
@@ -45,6 +45,7 @@ protected_words:
|
|
|
45
45
|
- buzlu
|
|
46
46
|
- çağrı
|
|
47
47
|
- camsız
|
|
48
|
+
- canta
|
|
48
49
|
- çanta
|
|
49
50
|
- çarşı
|
|
50
51
|
- ceyiz
|
|
@@ -66,6 +67,7 @@ protected_words:
|
|
|
66
67
|
- gazete
|
|
67
68
|
- gemi
|
|
68
69
|
- görüntü
|
|
70
|
+
- halı
|
|
69
71
|
- igne
|
|
70
72
|
- ince
|
|
71
73
|
- internet
|
|
@@ -74,6 +76,8 @@ protected_words:
|
|
|
74
76
|
- kama
|
|
75
77
|
- kadın
|
|
76
78
|
- katı
|
|
79
|
+
- killer
|
|
80
|
+
- köşe
|
|
77
81
|
- kötü
|
|
78
82
|
- kuma
|
|
79
83
|
- kumanda
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turkish_stemmer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tasos Stathopoulos
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-07-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -162,4 +162,3 @@ test_files:
|
|
|
162
162
|
- spec/spec_helper.rb
|
|
163
163
|
- spec/support/fixtures.csv
|
|
164
164
|
- spec/turkish_stemmer_spec.rb
|
|
165
|
-
has_rdoc:
|