semaphore_classification 0.1.1 → 0.1.2
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/README.rdoc +1 -1
- data/VERSION +1 -1
- data/lib/semaphore_classification/client.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -46,7 +46,7 @@ This will be used to classify on if the document fails to be retrieved by the CS
|
|
|
46
46
|
|
|
47
47
|
:multi will attempt to split the document into "articles" so that the rules only consider evidence within an article and then clustering is applied to calculate which categories are representative for the document as a whole rather than simply for an article.
|
|
48
48
|
|
|
49
|
-
*Default* :
|
|
49
|
+
*Default* :single
|
|
50
50
|
|
|
51
51
|
=== :debug (optional)
|
|
52
52
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
|
@@ -13,7 +13,7 @@ module Semaphore
|
|
|
13
13
|
|
|
14
14
|
@@default_options = { :title => "", :alternate_body => "", :debug => false, :clustering_type => CLUSTERING_TYPES[:rms_scored_only], :clustering_threshold => 48,
|
|
15
15
|
:threshold => 48, :language => LANGUAGES[:english_marathon_stemmer], :generated_keys => true, :min_avg_article_page_size => 1.0,
|
|
16
|
-
:character_cutoff => 500000, :document_score_limit => 0, :article_mode => :
|
|
16
|
+
:character_cutoff => 500000, :document_score_limit => 0, :article_mode => :single
|
|
17
17
|
}
|
|
18
18
|
@@connection = nil
|
|
19
19
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semaphore_classification
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mauricio Gomes
|