clause_extractor 0.0.9 → 0.1.0

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/clause_extractor.rb +1 -2
  2. metadata +1 -1
@@ -9,8 +9,7 @@ class ClauseExtractor
9
9
  @tense_regexes = {
10
10
 
11
11
  'third' => {
12
- "simple present"
13
- => [
12
+ "simple present" => [
14
13
  /\b(he|she|it)\s+search(s)?\b/i, #he arrives
15
14
  /\bsearch(s)?\s+(it|them|him|her|me|you|us)\b/i #adapts it
16
15
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clause_extractor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: