jake69mac-stopwords 1.1.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/stopwords.rb +4 -2
  2. metadata +6 -6
data/lib/stopwords.rb CHANGED
@@ -48,8 +48,10 @@ module Stopwords
48
48
  'iv','x','xx','xxx','xxxx''xxxxx','ya','yeah','yo','here','oh','ha','haha','haaaa',
49
49
  'ahahaha','go','do','hola','pls','lol','p','mah','eh','aw','tryna','run','u','ur','d','r',
50
50
  'nw','lool','loool','looool','hehe','hehehe','aw','aww','awww','heh','ar','ooh','ooo',
51
- 'did','dont','im','il',':','-',':d','bit','theres','n','--','am','id','stop'
52
- ]
51
+ 'did','dont','im','il',':','-',':d','bit','theres','n','--','am','id','stop', 'because',
52
+ 'ta', 'dunno', 'init', 'blud', 'safe', 'tail',
53
+ 'did','dont','im','il',':','-',':d','bit','theres','n','--','am','id','stop', 'im','ive'
54
+ ]
53
55
  TOKEN_REGEXP = /^[a-z]+$|^\w+\-\w+|^[a-z]+[0-9]+[a-z]+$|^[0-9]+[a-z]+|^[a-z]+[0-9]+$/
54
56
 
55
57
  def self.is?(token)
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jake69mac-stopwords
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
+ - 2
8
9
  - 1
9
- - 0
10
- version: 1.1.0
10
+ version: 1.2.1
11
11
  platform: ruby
12
12
  authors:
13
- - jake mcallister
13
+ - Jake McAllister
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-20 00:00:00 Z
18
+ date: 2012-07-13 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description:
@@ -60,6 +60,6 @@ rubyforge_project:
60
60
  rubygems_version: 1.8.13
61
61
  signing_key:
62
62
  specification_version: 3
63
- summary: list of stopwords handy to remove words
63
+ summary: "list of stopwords handy to remove words <a href='http://www.pledgie.com/campaigns/17816'><img alt='Click here to lend your support to: Stopwords Fund raising and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/17816.png?skin_name=chrome' border='0' /></a>"
64
64
  test_files: []
65
65