address review feedback

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov
2019-04-14 22:15:18 +02:00
parent 7929933eb5
commit ada6f15c93
5 changed files with 22 additions and 19 deletions

View File

@ -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