scylla 0.4.2 → 0.4.3
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.
- data/VERSION +1 -1
- data/lib/scylla/classifier.rb +1 -1
- data/scylla.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.3
|
data/lib/scylla/classifier.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Scylla
|
|
|
5
5
|
# limit : Up to how many matching language results should be displayed
|
|
6
6
|
# ngrams : The total number of ngrams that are stored for each language
|
|
7
7
|
# threshold: The threshold score for matches
|
|
8
|
-
def initialize(limit = 10, ngrams = 400, threshold = 1.
|
|
8
|
+
def initialize(limit = 10, ngrams = 400, threshold = 1.06)
|
|
9
9
|
@limit = limit
|
|
10
10
|
@ngrams = ngrams
|
|
11
11
|
@threshold = threshold
|
data/scylla.gemspec
CHANGED
metadata
CHANGED