Commit Graph

3 Commits

Author SHA1 Message Date
7fc67ff8af refactor: improve tokenizer and database classes 2025-11-05 13:12:23 +00:00
a7ebc0e00e fix: correct tokenizer handling for empty input sequences in encode method 2025-01-05 15:00:38 +00:00
debdda8e87 feat: add tokenizer module with basic tokenization and vocabulary building
Implement a new tokenizer.py file that provides core tokenization functionality including whitespace splitting, punctuation handling, and vocabulary construction from input text.
2025-01-05 14:57:33 +00:00