summaryrefslogtreecommitdiff
path: root/test/data/dictionaries/valid-dictionary2/term_meta_bank_1.json
blob: 587dfdd4b2209dd193368ad18f3fa272bf432154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[
    ["打", "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}
            ]
        }
    ]
]