ruby_tokenizer 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/lib/ruby_tokenizer/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4555c0cc785ee454fc499b1c404b7db984000850
|
4
|
+
data.tar.gz: 9264585649fe043c06157ba8c5784f88f9b47c2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3dfa5d515f4ab4938d8b3687fb81f08fcbd56ab44051bcce67c2cef8fb87ffcb6aae15fde9e6b2cd0e1158bf245c10d87349389572be15741e2bd01736cd718
|
7
|
+
data.tar.gz: d7e0ae5e564be5bac6faee3b48963964550e179f044e5380a7d75e2cd5f3b9702d3123b6f31cff0e4526e9010ee40704f35a9f2f7554ba7e0528adde73238d06
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_tokenizer
|
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
|
- irinarenteria
|
@@ -66,7 +66,10 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description:
|
69
|
+
description: RubyTokenizer is a simple language processing command-line tool. It performs
|
70
|
+
low-level tokenization and returns the top 10 most frequent words in a body of text.
|
71
|
+
At the moment it's only available for English texts and it segments words by filtering
|
72
|
+
whitespaces, punctuation marks, parantheses and other special characters.
|
70
73
|
email:
|
71
74
|
- renteria.irina@gmail.com
|
72
75
|
executables:
|