mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
address review feedback
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
@ -3,4 +3,5 @@
|
||||
// be imported by other packages.
|
||||
package tokenizer
|
||||
|
||||
const byteLimit = 100000
|
||||
// ByteLimit defines the maximum prefix of an input text that will be tokenized.
|
||||
const ByteLimit = 100000
|
||||
|
Reference in New Issue
Block a user