Commit Graph

1 Commits

Author SHA1 Message Date
b2ad31f5f6 feat: add tokenizer.c with utf-8 byte pair encoding implementation
Implement tokenizer.c containing is_valid_char helper and main function for reading text files, extracting alphanumeric words with dash/underscore support, and tracking word positions, line numbers, and paragraph counts across the input stream.
2025-01-05 15:20:06 +00:00