aboutsummaryrefslogtreecommitdiff
path: root/test/data/dictionaries/valid-dictionary1/term_meta_bank_1.json
blob: 26922394a1568477bd14303c6e0ce366ac142340 (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
34
35
36
37
38
39
[
    ["打", "freq", 1],
    ["打つ", "freq", 2],
    ["打ち込む", "freq", 3],
    [
        "打ち込む",
        "pitch",
        {
            "reading": "うちこむ",
            "pitches": [
                {"position": 0},
                {"position": 3}
            ]
        }
    ],
    [
        "打ち込む",
        "pitch",
        {
            "reading": "ぶちこむ",
            "pitches": [
                {"position": 0},
                {"position": 3}
            ]
        }
    ],
    [
        "お手前",
        "pitch",
        {
            "reading": "おてまえ",
            "pitches": [
                {"position": 2, "tags": ["ptag1"]},
                {"position": 2, "tags": ["ptag2"]},
                {"position": 0, "tags": ["ptag2"]}
            ]
        }
    ]
]