-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Given https://en.wiktionary.org/wiki/でも, we can see example text as such:
先生でも間違えるよ。
Sensei demo Machigaeru yo.
Even teachers make mistakes.
However, in extracted JSONL, this is shown as:
{
"categories": [
"Japanese terms with usage examples"
],
"examples": [
{
"bold_roman_offsets": [
[
0,
4
]
],
"bold_text_offsets": [
[
2,
4
]
],
"bold_translation_offsets": [
[
0,
4
]
],
"english": "Even teachers make mistakes.",
"roman": "Even teachers make mistakes.",
"ruby": [
[
"先生",
"せんせい"
],
[
"間違",
"まちが"
]
],
"text": "先生でも間違えるよ。",
"translation": "Even teachers make mistakes.",
"type": "example"
}
],
"glosses": [
"even"
]
},Both english and roman field contain English translation, which is incorrect.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels