ark_tweet_nlp 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ark_tweet_nlp/parser.rb +4 -1
- data/lib/ark_tweet_nlp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2273d1a45dee85eff3167b046864980368dcdfec
|
4
|
+
data.tar.gz: 282731b01b1a0d8af91cf7db609bd508c42f458a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d1958a7830e7d190bcc5b155fd7b1201028fe7462e42bf369389e4d1da9e5057e2a7f3ee30ac86ffe22478802ff69d005fd5e748f724ebabc53b9d4f4901d5f
|
7
|
+
data.tar.gz: 059f1b2cc906ccb3dde4ea360e44d85176edb890e1cc334577952c2a458fd23955637e9b6ef710415c6cdeffa37d51b22513a49b6bbae3bba89274220ddf4be2
|
data/lib/ark_tweet_nlp/parser.rb
CHANGED
@@ -29,7 +29,10 @@ module ArkTweetNlp
|
|
29
29
|
:',' => 'punctuation',
|
30
30
|
:G => 'other abbreviations, foreign words, possessive endings, symbols, garbage'
|
31
31
|
}
|
32
|
-
|
32
|
+
#spec = Gem::Specification.find_by_name("ark_tweet_nlp")
|
33
|
+
#gem_root = spec.gem_dir
|
34
|
+
#gem_bin = gem_root + "/bin"
|
35
|
+
TAGGER_PATH = File.join(Gem::Specification.find_by_name("ark_tweet_nlp").gem_dir, 'bin', 'runTagger.sh')
|
33
36
|
|
34
37
|
def Parser.ola
|
35
38
|
"ola"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ark_tweet_nlp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernardo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|