Skip to content

Commit 448b367

Browse files
committed
Release 0.5.0
1 parent 591c79e commit 448b367

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Seonbi changelog
44
Version 0.5.0
55
-------------
66

7-
To be released.
7+
Released on January 31, 2025.
88

99
- Stops normalizer now normalizes question marks and exclamation marks too.
1010
The below functions were added. [[#34]]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ perform the following transformations:
2323
- Straight quotes and apostrophes (`"` & `'`) into curly quotes HTML
2424
entities (``, ``, ``, & ``)
2525
- Three consecutive periods (`...` or `。。。`) into an ellipsis entity (``)
26-
- Classical (Chinese-style) stops (`` & ``) into modern (English-style)
27-
stops (`.` & `,`)
26+
- Classical (Chinese-style) stops (``, ``, ``, & ``) into modern
27+
(English-style) stops (`.`, `,`, `?`, & `!`)
2828
- Pairs of less-than and greater-than inequality symbols (`<` & `>`) into
2929
pairs of proper angle quotes (`` & ``)
3030
- Pairs of two consecutive inequality symbols (`<<` & `>>`) into

0 commit comments

Comments
 (0)