diff --git a/examples/text_normalization/README.md b/examples/text_normalization/README.md index 108bbf10..dde0a557 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.