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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76efe7d10a7f4d99a30a918c36017811c685b7a0
4
- data.tar.gz: 72d35250146292cc25d5a06de9f112bb05233d6a
3
+ metadata.gz: 4555c0cc785ee454fc499b1c404b7db984000850
4
+ data.tar.gz: 9264585649fe043c06157ba8c5784f88f9b47c2b
5
5
  SHA512:
6
- metadata.gz: 16301007ff881f9928a4b54a541ccd3419c49487160cfbe5c2d9310b10eab0f226c1146d70e8dd2fb6267b263470e1d34b0bf2523d853efa4293cb19885200d3
7
- data.tar.gz: f2a63effc18259d44bf690977aa718767e924121d0345bba05e5a29ca2ce765d66c6afeb98f964ad366257d09f49c75c63fe75d3986c34bb8e4f919439f20ff1
6
+ metadata.gz: c3dfa5d515f4ab4938d8b3687fb81f08fcbd56ab44051bcce67c2cef8fb87ffcb6aae15fde9e6b2cd0e1158bf245c10d87349389572be15741e2bd01736cd718
7
+ data.tar.gz: d7e0ae5e564be5bac6faee3b48963964550e179f044e5380a7d75e2cd5f3b9702d3123b6f31cff0e4526e9010ee40704f35a9f2f7554ba7e0528adde73238d06
@@ -1,3 +1,3 @@
1
1
  module RubyTokenizer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: