mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
Fix repeated Acronyms #340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Feb 16, 2025).
Originally assigned to: @profvjreddi on GitHub.
Since I often write at different points while working on sections, I tend to repeat the same definitions, forgetting that I've already done so. Therefore, I should have a script that scans through my Markdown files, detects redundant redefinitions of acronyms, and replaces them with just the acronym.
For example:
Before: "Tensor Processing Unit (TPU) enables efficient AI computation. Later, the Tensor Processing Unit (TPU) is used again."
After: "Tensor Processing Unit (TPU) enables efficient AI computation. Later, the TPU is used again."