Releases: dahlia/seonbi
Seonbi 0.2.1
Released on September 23, 2021.
- Updated the Standard Korean Language Dictionary data (data/ko-kr-stdict.tsv) to the revision 2021-09.
Seonbi 0.2.0
Released on May 26, 2021.
-
Added stops (periods/commas/interpuncts) normalizer.
Haskell API-wise, the below types and functions were added:
Text.Seonbi.Punctuation.Stops
data typeText.Seonbi.Punctuation.normalizeStops
functionText.Seonbi.Punctuation.horizontalStops
functionText.Seonbi.Punctuation.horizontalStopsWithSlashes
functionText.Seonbi.Punctuation.verticalStops
functionText.Seonbi.Facade.StopOption
data typestop
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
functionText.Seonbi.Punctuation.horizontalCornerBrackets
functionText.Seonbi.Punctuation.verticalCornerBracketsWithQ
functionText.Seonbi.Punctuation.horizontalCornerBracketsWithQ
functionVerticalCornerBrackets
data constructor forText.Seonbi.Facade.QuoteOption
typeHorizontalCornerBrackets
data constructor forText.Seonbi.Facade.QuoteOption
typeVerticalCornerBracketsWithQ
data constructor forText.Seonbi.Facade.QuoteOption
typeHorizontalCornerBracketsWithQ
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.
Seonbi 0.1.1
Released on October 7, 2019.
- Added the
embed-dictionary
flag to the Cabal package. - Fixed a bug that Standard Korean Language Dictionary had not been included in executables if
flag(static)
is turned on. [#1]
Seonbi 0.1.0
Released on October 6, 2019.