|
12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name" : "basicplus",
- "characters" : [
- {
- "label" : "mot",
- "styles": [
- {
- "label" : "étranger",
- "class" : "foreign"
- },
- {
- "label" : "acronyme",
- "class" : "acronym"
- }
- ]
- },
-
- {
- "label" : "numéral",
- "styles": [
- {
- "label" : "siècle",
- "class" : "century"
- },
- {
- "label" : "date",
- "class" : "date"
- }
- ]
- }
- ],
-
- "paragraphs": {
- "T1": true,
- "T2": false,
- "T3": false,
- "T4": false,
- "quote" : false
- }
- }
|