Pipeline depth
The translation system was built as an end-to-end pipeline, not just a Transformer implementation in isolation. Preprocessing, tokenization, architecture design, training, decoding, and evaluation all shape the final quality of the model, so the project treats them as one connected workflow. That approach makes the case study stronger because the final performance is tied to the full system rather than a single modeling component.