Releases: ikawaha/kagome
Releases · ikawaha/kagome
v2.6.4 Refactoring sub-commands
v2.6.3
v2.6.2
v2.6.1
v2.6.0
@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
v2.4.6
v2.4.5
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