tokenwise 1.2.0
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 +7 -0
- metadata +48 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d5e10067905e348dbf468e9ab1911fa49e479c204bc0bdd816a389f14e9c8bfe
|
4
|
+
data.tar.gz: 9374b66e153c2ee62418bd6cb65b46004c5224ead4f021f6a375a4ffa9883885
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: af09bc29f1766bae22f33c77e9ff74812788bb03203be1b16d0232c40e0aa2194d6ac5070a45a9d5b7b3a736edfffbd25e1b6e08353cce95654846d06df5c325
|
7
|
+
data.tar.gz: 7fd9240f21c7d1de01c09d9475ebeba1fa80f87e98269698c695ef6421477fabccb927c598d55828f02d1fd2025f360dcf2a57f6c98db872cf2ed9766d0fd91c
|
metadata
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: tokenwise
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.2.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Will Taylor
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-09-18 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: |
|
14
|
+
A library for splitting your string up into words and sentences.
|
15
|
+
* Comprehensive: Handles the cases that you miss with .split(" ") or .split(/W+/)
|
16
|
+
* Lossless: Stores whitespacing for re-assembling the source string
|
17
|
+
* Flexible: Extend the grammar with your own rules
|
18
|
+
email:
|
19
|
+
- willgeorgetaylor@gmail.com
|
20
|
+
executables: []
|
21
|
+
extensions: []
|
22
|
+
extra_rdoc_files: []
|
23
|
+
files: []
|
24
|
+
homepage: https://github.com/willgeorgetaylor/tokenwise
|
25
|
+
licenses:
|
26
|
+
- MIT
|
27
|
+
metadata: {}
|
28
|
+
post_install_message:
|
29
|
+
rdoc_options: []
|
30
|
+
require_paths:
|
31
|
+
- lib
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 2.0.0
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 1.3.2
|
42
|
+
requirements: []
|
43
|
+
rubyforge_project:
|
44
|
+
rubygems_version: 2.7.6
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: Robust Natural Language Tokenisation in Ruby.
|
48
|
+
test_files: []
|