yomichan/test/data/dictionaries/valid-dictionary1/term_meta_bank_1.json
toasted-nutbread 3e938f1a1f
Display pronunciation refactor (#1835)
* Simplify svg and container styles

* Rename pitch-accent-details to pitch-accent-graph-container

* Rename pitch-accent-graph* to pronunciation-graph*

* Remove unused template

* Omit quotes

* Rename pitch-accent-character to pronunciation-mora

* Simplify names

* Replace pronunciation-mora-inner with pronunciation-character

* Improve grouping of nasal characters

* Simplify character replacement

* Replace pseudo-elements with real elements

* Use an element rather than a fragment

* Rename functions

* Add wrapper

* Rename pitch-accent-characters to pronunciation-text-container

* Update test data

* Update downstep notation generation

* Rename pitch-accent-position to pronunciation-downstep-notation-container

* Space

* Wrap pronunciations in a container node

* Update preview

* Embed pitch accent styles directly
2021-07-17 14:44:36 -04:00

85 lines
1.9 KiB
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}
]
}
],
[
"お手前",
"pitch",
{
"reading": "おてまえ",
"pitches": [
{"position": 2, "tags": ["P1"]},
{"position": 2, "tags": ["P2"]},
{"position": 0, "tags": ["P2"]}
]
}
],
[
"番号",
"pitch",
{
"reading": "ばんごう",
"pitches": [
{"position": 3, "nasal": 3}
]
}
],
[
"中腰",
"pitch",
{
"reading": "ちゅうごし",
"pitches": [
{"position": 0, "nasal": 3}
]
}
],
[
"所業",
"pitch",
{
"reading": "しょぎょう",
"pitches": [
{"position": 0, "nasal": 2}
]
}
],
[
"土木工事",
"pitch",
{
"reading": "どぼくこうじ",
"pitches": [
{"position": 4, "devoice": 3}
]
}
]
]