Releases: ricwein/Tokenizer
Releases · ricwein/Tokenizer
2.0.1
2.0
1.2.4
1.2.3: BREAKING: tokenizer-config is now an array: Tokenizer(,,array $config)
- setting config of the tokenizer is now done as an array, supporting the following attributes: - maxDepth (int) - disableAutoTrim (bool)
1.2.2
1.2.1
1.2.0: introduces optional affix-separation
- input-blocks can now be configured through the new bool $splitAffixIntoSymbols paramter to generate prepended and appended Tokens instead of prefix/suffix attributes, allowing easier parsing of naturla-language like syntaxes