From c07cea35c02ab09b248c6c18a5dc62991dbe250b Mon Sep 17 00:00:00 2001 From: Robin Ede <115729295+robin-ede@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:51:34 -0500 Subject: [PATCH] Fix typo: offial -> official --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515d514..2492301 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ just hang out ☕. Punctuation restoration relies on the premise that [Whisper](https://huggingface.co/models?other=whisper) can understand universal speech. The model is forced to predict the passed words, but is allowed to capitalized letters, remove or add blank spaces as well as add punctuation. -Punctuation is simply defined as the offial Python [string.Punctuation](https://docs.python.org/3/library/string.html#string.punctuation) characters. +Punctuation is simply defined as the official Python [string.Punctuation](https://docs.python.org/3/library/string.html#string.punctuation) characters. **Note**: For now this package has only been tested with: - [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en)