packages feed

seonbi 0.2.0 → 0.2.1

raw patch · 4 files changed

+19/−3 lines, 4 files

Files

CHANGES.md view
@@ -1,10 +1,19 @@ Seonbi changelog ================ +Version 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.++ Version 0.2.0 ------------- -Released May 26, 2021.+Released on May 26, 2021.   -  Added stops (periods/commas/interpuncts) normalizer. 
README.md view
@@ -128,7 +128,7 @@      HTTP/1.1 200 OK     Content-Type: application/json-    Server: Seonbi/0.2.0+    Server: Seonbi/0.2.1      {       "success": true,@@ -154,6 +154,13 @@ See also the [API docs] or [Hackage].  [API docs]: https://dahlia.github.io/seonbi/docs/+++Deno API+--------++There is a simple client library for Deno as well.  See also+the [scripts/deno/](scripts/deno/) directory.   License
data/ko-kr-stdict.tsv view

file too large to diff

seonbi.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           seonbi-version:        0.2.0+version:        0.2.1 synopsis:       SmartyPants for Korean language description:    Please see the README.md on GitHub at <https://github.com/dahlia/seonbi>. category:       Text