Skip to content

Commit

Permalink
Update ruleset.dita
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Dec 11, 2023
1 parent b2efd90 commit b03a3c7
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions de/trans/ruleset.dita
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@
Kodierungen (MUFI) und durch das Koordinierungsgremium festgelegten Kodierungen
abgebildet (<xref href="level_3_1.dita"/>). </li>
</ul></p>
<p>
<codeblock>
{"ruleset":[

{"rule": ["a","a","a"], "type": "level"},
{"rule": ["aa","ã","ã"], "type": "level"},
{"rule": ["e","e","e"], "type": "level"}

]
}</codeblock>
</p>

<codeblock outputclass="language-json">
{"ruleset":[
{"rule": ["a","a","a"], "type": "level"},
{"rule": ["aa","ã","ã"], "type": "level"},
{"rule": ["e","e","e"], "type": "level"}
]
}
</codeblock>
<p>Das OCR-D-GT-Ruleset wird im JSON-Format gespeichert.</p>
<p>Das OCR-D-GT-Ruleset-JSON-Schema entspicht der Version 2020-12.</p>
<ul>
Expand Down

0 comments on commit b03a3c7

Please sign in to comment.