ASCII
Last edited: August 8, 2025ASCII represents each char as an integer, its “ascii value”.
- Uppercase letters are sequentially numbered
- Lowercase letters are sequentially numbered
- Digits are sequentially numbered
- Lowercase letters are 32 more than their uppercases (which means its a single bit flip)
char upper = 'A'; // 65
char lower = 'a'; // 97
char zero = '0'; // 48
ASEE Prism
Last edited: August 8, 2025ASIP
Last edited: August 8, 2025ASR
Last edited: August 8, 2025ASR are tech that helps make transcripts from speech
ASR on Disordered Speech
Last edited: August 8, 2025After a brief survey of current literature, it appears that no standardized benchmarks for ASR on clinical data exists that are widely used. Given the vast resources available from the TalkBank corpus, it is not infeasible to build such a corpus and evaluate the performance of a few commercial ASR systems in its ability to perform such a task.
Despite there not being a single baseline that works to benchmark ASR on clinical datasets, a few different subsets of efforts exists on each component of this front.
