From 00d3318967e7d2c370ad3709241e66c992bd85be Mon Sep 17 00:00:00 2001 From: hsm207 Date: Thu, 15 Oct 2020 19:37:13 +0800 Subject: [PATCH] Fix typo --- example/textual_augmenter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/textual_augmenter.ipynb b/example/textual_augmenter.ipynb index 23bf1a5..a9a3076 100755 --- a/example/textual_augmenter.ipynb +++ b/example/textual_augmenter.ipynb @@ -79,7 +79,7 @@ "source": [ "# Character Augmenter\n", "\n", - "Augmenting data in character level. Possible scenarios include image to text and chatbot. During recognizing text from image, we need to optical character recognition (OCR) model to achieve it but OCR introduces some errors such as recognizing \"o\" and \"0\". `OCRAug` simulate these errors to perform the data augmentation. For chatbot, we still have typo even though most of application comes with word correction. Therefore, `KeyboardAug` is introduced to similar this kind of errors." + "Augmenting data in character level. Possible scenarios include image to text and chatbot. During recognizing text from image, we need to optical character recognition (OCR) model to achieve it but OCR introduces some errors such as recognizing \"o\" and \"0\". `OCRAug` simulate these errors to perform the data augmentation. For chatbot, we still have typo even though most of application comes with word correction. Therefore, `KeyboardAug` is introduced to simulate this kind of errors." ] }, {