We need to support alignments across verses.
Here are three possible solutions.
{
"confidence": 0.516905944153279,
"sourceNgram": [0],
"targetNgram": [10, { // add an object
"position": 0,
"verse": 2,
"chapter": 3
}],
// or separate object
"versification": {
"target": {
"nextVerseId": 1
},
"source": {
}
}
},
We need to support alignments across verses.
Here are three possible solutions.
or we can just keep the number ids and format it like this
11001e.g. chapter11and verse1.