pyconversations.tokenizers¶
- class pyconversations.tokenizers.DefaultTokenizer[source]¶
A tokenizer that just uses Python’s basic str.split function.
- class pyconversations.tokenizers.LambdaTokenizer(func)[source]¶
An interface that wraps a lambda function
- class pyconversations.tokenizers.PartitionTokenizer(space=True, charset=None)[source]¶
A custom Tokenizer based off of Partitioner by Jake Ryland Williams.
Notes
See for more information: https://github.com/jakerylandwilliams/partitioner