scylla 0.8.29 → 0.8.31

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.
@@ -88,7 +88,6 @@ module Scylla
88
88
  # return the freqencies of the ngrams, or simply an array in sorted order
89
89
  def create_lm(input, frequencies = false)
90
90
  input = clean(input)
91
- debugger
92
91
  ngram = Hash.new
93
92
  input.split(/[\d\s\[\]]/).each do |word|
94
93
  word = "_" + word + "_";
data/scylla-0.8.29.gem ADDED
Binary file
data/scylla.gemspec CHANGED
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{scylla}
3
- s.version = "0.8.29"
3
+ s.version = "0.8.31"
4
4
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
5
5
  s.authors = ["Ashwin Hegde"]
6
- s.date = %q{2011-09-21}
6
+ s.date = %q{2012-01-26}
7
7
  s.default_executable = %q{scylla}
8
8
  s.description = %q{Allows for text categorization by guessing the language of a given text using n-grams}
9
9
  s.email = %q{ahegde@zendesk.com}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scylla
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 29
10
- version: 0.8.29
9
+ - 31
10
+ version: 0.8.31
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ashwin Hegde
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-21 00:00:00 -07:00
18
+ date: 2012-01-26 00:00:00 -08:00
19
19
  default_executable: scylla
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -111,6 +111,7 @@ files:
111
111
  - pkg/scylla-0.5.0.gem
112
112
  - Rakefile
113
113
  - README.rdoc
114
+ - scylla-0.8.29.gem
114
115
  - scylla.gemspec
115
116
  - source_texts/afrikaans.txt
116
117
  - source_texts/arabic.txt