Skip to content

Commit

Permalink
Merge pull request #165 from hsm207/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
makcedward committed Oct 18, 2020
2 parents 5238e0b + 00d3318 commit 1991c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/textual_augmenter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"source": [
"# Character Augmenter<a class=\"anchor\" id=\"chara_aug\">\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."
]
},
{
Expand Down

0 comments on commit 1991c20

Please sign in to comment.