sliding_window 1.1.1 → 1.1.2
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/README.md +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f591944ea0a5a2b4b138fdf02f5f04de451e968aa70be93f59b332ce8d6944bd
|
|
4
|
+
data.tar.gz: 210eeec31a7f1d5212659f209354c80030a5a9855ca7c3152c32e1a77d7d90e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 551f6996003ca59d6320ecb4a389614d2c43756e6f1bc13be9d2f2ee15cc8bb631d9dfb15b43f09fef498a4037f4f8c39ac6eafc0edf61508daea374a03e2379
|
|
7
|
+
data.tar.gz: 0f6c0530733f048037098c2623007bfc190a98284195ba49e10d4ce3924f95f34c1faf2140dd37a204f6d4cb8a30f33b9ccf2bd140f6c946f940c0ee35b99da8
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Sliding Window [](https://github.com/nathankleyn/sliding_window/actions?query=workflow%3ATests) [](https://rubygems.org/gems/sliding_window)
|
|
2
2
|
|
|
3
3
|
Implements the sliding window algorithm. This is useful for traversing phrases during NEL processing.
|
|
4
4
|
|