Build a WordPiece Tokenizer From Scratch: A CV-Worthy NLP Project
Build a production-shaped WordPiece tokenizer in Python with subword merging, BERT special tokens, and a greedy decode path. Includes runnable code, tests, and a roadmap to senior-level extensions.