bassil_google_ngram 0.0.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
- data/lib/bassil_google_ngram.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3e9aec695ac8f2d850fc4eb4a8e7d2ea1aa87440
|
|
4
|
+
data.tar.gz: 360d8d4ea9b8c5c3a67dddd96fb1171d1adc1df1
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 11544ddefd3c2b9f17db2aa51d93b1a9e72ad8b697a32c45d70ce3b7a0335f7c48c1da4197cd63e9e4a301501c6dded730776c17b0b2fccd4eb78b7b62b837ee
|
|
7
|
+
data.tar.gz: 68b4bd43dbf3fa1ba437d43d93c3b750966827bf63258bb00c143eb16f7ba9457ca80cf5138df63661c47ae22dca4d4d9c791d4381438a227ef0129243596492
|
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: bassil_google_ngram
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Jason Soo
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2014-04-28 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Implementation of the Bassil Google ngram OCR post-processing method.
|
|
14
|
+
email: wwwjscom@gmail.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- lib/bassil_google_ngram.rb
|
|
20
|
+
homepage: http://rubygems.org/gems/bassil_google_ngram
|
|
21
|
+
licenses:
|
|
22
|
+
- MIT
|
|
23
|
+
metadata: {}
|
|
24
|
+
post_install_message:
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubyforge_project:
|
|
40
|
+
rubygems_version: 2.2.2
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: Implementation of the Bassil Google ngram OCR post-processing method
|
|
44
|
+
test_files: []
|