tartrazine/internal/tokenizer/common.go

7 lines
232 B
Go
Raw Normal View History

// Package tokenizer implements file tokenization used by the enry content
// classifier. This package is an implementation detail of enry and should not
// be imported by other packages.
package tokenizer
const byteLimit = 100000