33 lines
916 B
JSON
33 lines
916 B
JSON
|
[
|
||
|
["打", "freq", 1],
|
||
|
["打つ", "freq", 2],
|
||
|
["打ち込む", "freq", 3],
|
||
|
["打", "freq", {"reading": "だ", "frequency": 4}],
|
||
|
["打", "freq", {"reading": "ダース", "frequency": 5}],
|
||
|
["打つ", "freq", {"reading": "うつ", "frequency": 6}],
|
||
|
["打つ", "freq", {"reading": "ぶつ", "frequency": 7}],
|
||
|
["打ち込む", "freq", {"reading": "うちこむ", "frequency": 8}],
|
||
|
["打ち込む", "freq", {"reading": "ぶちこむ", "frequency": 9}],
|
||
|
[
|
||
|
"打ち込む",
|
||
|
"pitch",
|
||
|
{
|
||
|
"reading": "うちこむ",
|
||
|
"pitches": [
|
||
|
{"position": 0},
|
||
|
{"position": 3}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
"打ち込む",
|
||
|
"pitch",
|
||
|
{
|
||
|
"reading": "ぶちこむ",
|
||
|
"pitches": [
|
||
|
{"position": 0},
|
||
|
{"position": 3}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
]
|