seonbi v0.2.0 Release Notes
-
๐ Released May 26, 2021.
Added stops (periods/commas/interpuncts) normalizer.
Haskell API-wise, the below types and functions were added:
-
Text.Seonbi.Punctuation.Stops
data type -
Text.Seonbi.Punctuation.normalizeStops
function -
Text.Seonbi.Punctuation.horizontalStops
function -
Text.Seonbi.Punctuation.horizontalStopsWithSlashes
function -
Text.Seonbi.Punctuation.verticalStops
function -
Text.Seonbi.Facade.StopOption
data type -
stop
field inText.Seonbi.Facade.Configuration
data constructor
CLI-wise, the
-s
/--stop
option was added.HTTP API-wise, the optional field
"stop"
was added.-
Text.Seonbi.Punctuation.transformEllipsis
became aware of Chinese stops (ใใใ
) besides Western stops (...
).Added options to use horizontal/vertical corner brackets for quotes.
Haskell API-wise, the below functions were added:
-
Text.Seonbi.Punctuation.verticalCornerBrackets
function -
Text.Seonbi.Punctuation.horizontalCornerBrackets
function -
Text.Seonbi.Punctuation.verticalCornerBracketsWithQ
function -
Text.Seonbi.Punctuation.horizontalCornerBracketsWithQ
function -
VerticalCornerBrackets
data constructor forText.Seonbi.Facade.QuoteOption
type -
HorizontalCornerBrackets
data constructor forText.Seonbi.Facade.QuoteOption
type -
VerticalCornerBracketsWithQ
data constructor forText.Seonbi.Facade.QuoteOption
type -
HorizontalCornerBracketsWithQ
data constructor forText.Seonbi.Facade.QuoteOption
type
CLI-wise, the
-q
/--quote
option became to have the below new styles:-
vertical-corner-brackets
-
horizontal-corner-brakcets
-
vertical-corner-brackets-with-q
-
horizontal-corner-brakcets-with-q
HTTP API-wise, the optional field
"quote"
became to have the below new styles:-
VerticalCornerBrackets
-
HorizontalCornerBrackets
-
VerticalCornerBracketsWithQ
-
HorizontalCornerBracketsWithQ
-
The CLI option
-x
/--xhtml
became usable with the-p
/--preset
option at a time.Updated the Standard Korean Language Dictionary data (data/ko-kr-stdict.tsv) to the revision 2021-05.