* Document extractor service * Fixing vendor modules * Addressing PR Review comments * Some small simplifications * Fixing a linter complain * simplifying a bit the code using package variables Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
window
About
Window is a golang package for generating a rolling window of size N for a sequence of string tokens.
Created by Jay Taylor and used by Gigawatt.
Requirements
- Go version 1.7 or newer
Running the test suite
go test ./...
License
Permissive MIT license, see the LICENSE file for more information.