Skip to content

Releases: ikawaha/kagome

v2.6.4 Refactoring sub-commands

05 Sep 04:39
3f58ef3
Compare
Choose a tag to compare

Changelog

3f58ef3 Refactoring sub-commands (#254)
d5d5da5 Update

v2.6.3

12 Aug 16:04
f710436
Compare
Choose a tag to compare

Changelog

f710436 Bump github.com/ikawaha/kagome-dict/ipa from 1.0.3 to 1.0.4 (#253)
020ef7d Bump github.com/ikawaha/kagome-dict/uni from 1.1.2 to 1.1.3 (#252)

v2.6.2

12 Aug 00:44
14b563b
Compare
Choose a tag to compare

Changelog

14b563b Bump github.com/ikawaha/kagome-dict from 1.0.3 to 1.0.4 (#251)

v2.6.1

29 Jul 07:21
707060b
Compare
Choose a tag to compare

Changelog

707060b fix: issue #249 missing token and bracket place on interaction mode (#250)
4b1594f Update release.yml

v2.6.0

26 Jul 11:37
d0d6bfa
Compare
Choose a tag to compare

@KEINOS added JSON format output option to the kagome command.
This allows you to receive detailed analysis results in JSON and output them formatted (e.g. just pronunciation) with the jq command.

% # JSON output
% echo "" | kagome -json | jq .
[
  {
    "id": 286994,
    "start": 0,
    "end": 1,
    "surface": "猫",
    "class": "KNOWN",
    "pos": [
      "名詞",
      "一般",
      "*",
      "*"
    ],
    "base_form": "猫",
    "reading": "ネコ",
    "pronunciation": "ネコ",
    "features": [
      "名詞",
      "一般",
      "*",
      "*",
      "*",
      "*",
      "猫",
      "ネコ",
      "ネコ"
    ]
  }
]
echo "私ははにわよわわわんわん" | kagome -json | jq -r '.[].pronunciation'
ワタシ

ハニワ



ワンワン

v2.5.0

08 Jun 00:33
92102e0
Compare
Choose a tag to compare
  • Fix to avoid adding too many nodes for unknown words (#240)
    • This fix causes a few BREAKING CHANGE.
  • Add an option for sentence split to the tokenize command (#244)
  • Add a subcommand for sentence split

v2.4.6

13 May 08:39
3a4cc10
Compare
Choose a tag to compare

Bump github.com/ikawaha/kagome-dict from 1.0.2 to 1.0.3 (#236)
Bump github.com/ikawaha/kagome-dict/ipa from 1.0.2 to 1.0.3 (#237)
Bump github.com/ikawaha/kagome-dict/uni from 1.1.1 to 1.1.2 (#238)

v2.4.5

13 May 08:40
3f3ac95
Compare
Choose a tag to compare

Changelog

3f3ac95 Bump github.com/ikawaha/kagome-dict/ipa from 1.0.2 to 1.0.3 (#237)
ac1966e Update reviewdog-golangci-lint.yml
a94eb92 Bump github.com/ikawaha/kagome-dict from 1.0.2 to 1.0.3 (#236)
71ec7d3 Update README.md
d3682ed Update
56ec324 Add go.mod to avoid go build ./...
28a4f56 Add gh-pages
256844a Add a wasm sample
bef34b3 Merge pull request #234 from ikawaha/ikawaha-patch-1
b3920aa Add go 1.16.x to a test matrix
b4804d5 Update README.md

v2.4.4

08 Jan 10:55
f6e1c8a
Compare
Choose a tag to compare

Changelog

f6e1c8a Merge pull request #233 from ikawaha/update/dict_20210108
c537b41 Update
6a5b553 Create dependabot.yml

v2.4.3

31 Dec 00:36
Compare
Choose a tag to compare

Changelog

f3a0e71 Fix a bug when the option to skip white space is disabled (#231)
df60d94 Cosme (#229)