sequitur 0.0.09 → 0.0.10
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 +8 -8
- data/CHANGELOG.md +3 -0
- data/README.md +11 -1
- data/lib/sequitur/constants.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzQ3ZTE3YTkyZTkyMmE3MzYzZmY1YTA0ZTdhZGExZDE5NjM1NzkxOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDMxZjI4ODQzNWFmOTU2ZmI1NjI0ZmJmNmM2Yjc4NjFlYmI2ZGNjZQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjVhYmFkOTgwYjVhNmFmNmNhYzRmNzFiZjYwNDI1ZmNiY2M4MzdlYTkxZmY2
|
10
|
+
MTA1NDI4NWQ4N2IxMTkxNTU5NWNiZTk4ZDYxYzcyODQ4YjExYWU4MzJhZmI5
|
11
|
+
OTM0YTBiNDUxNzNkZDQwNTVmY2Y5NzhlYTc5MjJkNGYxMjRlYWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YWQ3MDZkZWJhN2NjZTZkMzhmYjZiMGMwYjk5MjIyNzg2YWMzMGIwMjU1ZTY5
|
14
|
+
MzkwOGJiNDI2ZjRhZjk2YjZhN2Q2NTJiYzA3OGMxNDNiMmNmYjBjNWM1MDZm
|
15
|
+
M2FjYzVlY2M2MWM1Y2I1Y2UyMzgxMjBiZWNiZWI4NzFlOGRjOWM=
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -6,7 +6,17 @@ _Ruby gem implementing the Sequitur algorithm_
|
|
6
6
|
[](https://travis-ci.org/famished-tiger/Sequitur)
|
7
7
|
[](http://badge.fury.io/rb/sequitur)
|
8
8
|
|
9
|
-
|
9
|
+
|
10
|
+
### What is the Sequitur algorithm? ###
|
11
|
+
[Sequitur home](http://sequitur.info/)
|
12
|
+
[Wikipedia](http://en.wikipedia.org/wiki/Sequitur_algorithm)
|
13
|
+
|
14
|
+
Sequitur is an algorithm that generates a set of rules representing a sequence of input tokens.
|
15
|
+
It detects repeated token patterns and can represent them in a compact way.
|
16
|
+
|
17
|
+
|
18
|
+
### TODO: Add documentation ###
|
19
|
+
|
10
20
|
|
11
21
|
Copyright
|
12
22
|
---------
|
data/lib/sequitur/constants.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequitur
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dimitri Geshef
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|