Fix repeated Acronyms #340

Closed
opened 2026-03-22 15:37:15 -05:00 by GiteaMirror · 0 comments
Owner

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."

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."
GiteaMirror added the area: booktype: improvement labels 2026-03-22 15:37:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#340