diff --git a/examples/text_normalization/README.md b/examples/text_normalization/README.md index 108bbf1079eca5037781987764d9543847380046..dde0a5576d26a683459dfaae6fb6499dee1d24ef 100644 --- a/examples/text_normalization/README.md +++ b/examples/text_normalization/README.md @@ -1,3 +1,3 @@ # Regular expression based text normalization for Chinese -For simplicity and ease of implementation, text normalization is basically done by rules and dictionaries. Jere's an example. \ No newline at end of file +For simplicity and ease of implementation, text normalization is basically done by rules and dictionaries. Here's an example.