twss 0.0.1 → 0.0.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.markdown +5 -4
- data/Rakefile +1 -1
- data/data/classifier +2792 -2295
- data/data/non_twss.txt +1432 -0
- data/data/twss.txt +458 -0
- data/lib/twss.rb +1 -1
- data/twss.gemspec +3 -3
- metadata +5 -5
data/lib/twss.rb
CHANGED
data/twss.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{twss}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ben VandenBos"]
|
|
12
|
-
s.date = %q{2010-08-
|
|
13
|
-
s.description = %q{Pre-trained "That's What She Said"
|
|
12
|
+
s.date = %q{2010-08-12}
|
|
13
|
+
s.description = %q{Pre-trained "That's What She Said" Bayes classifier.
|
|
14
14
|
Given a string, returns true if it's a TWSS joke. Pre-trained from
|
|
15
15
|
Twitter #twss. Let the twss mashups begin!}
|
|
16
16
|
s.email = %q{bvandenbos@gmail.com}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ben VandenBos
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-08-
|
|
18
|
+
date: 2010-08-12 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -63,7 +63,7 @@ dependencies:
|
|
|
63
63
|
type: :development
|
|
64
64
|
version_requirements: *id003
|
|
65
65
|
description: |-
|
|
66
|
-
Pre-trained "That's What She Said"
|
|
66
|
+
Pre-trained "That's What She Said" Bayes classifier.
|
|
67
67
|
Given a string, returns true if it's a TWSS joke. Pre-trained from
|
|
68
68
|
Twitter #twss. Let the twss mashups begin!
|
|
69
69
|
email: bvandenbos@gmail.com
|