edition_config.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "editionTitle": "Edizione Digitale - Carteggio Datini",
  3. "badge": "alpha",
  4. "editionHome": "http://restore.ovi.cnr.it/beta",
  5. "showLists": true,
  6. "availableEditionLevels": [
  7. {
  8. "id": "interpretative",
  9. "label": "interpretative"
  10. }
  11. ],
  12. "namedEntitiesLists": {
  13. "persons": {
  14. "defaultLabel": "Persons",
  15. "enabled": true
  16. },
  17. "places": {
  18. "defaultLabel": "Places",
  19. "enabled": true
  20. },
  21. "relations": {
  22. "defaultLabel": "Relations",
  23. "enabled": true
  24. },
  25. "events": {
  26. "defaultLabel": "Events",
  27. "enabled": true
  28. }
  29. },
  30. "lemmatizedEntitiesLists": {
  31. "lemmas": {
  32. "defaultLabel": "Lem",
  33. "enabled": true
  34. }
  35. },
  36. "entitiesSelectItems": [
  37. {
  38. "label": "Named Entities",
  39. "items": [
  40. {
  41. "value": "persName",
  42. "label": "persons",
  43. "color": "#ffcdd2"
  44. },
  45. {
  46. "value": "placeName,geogName",
  47. "label": "places",
  48. "color": "#A5D6A7"
  49. }
  50. ]
  51. }
  52. ],
  53. "lemsSelectItems": [
  54. {
  55. "label": "Categorie lessicali",
  56. "lemitems": [
  57. {
  58. "value": "w[type='s.m.']",
  59. "label": "Sostantivo maschile",
  60. "color": "rgb(139, 98, 236)"
  61. },
  62. {
  63. "value": "w[type='s.m.']",
  64. "label": "Sostantivo femminile",
  65. "color": "rgb(139, 98, 236)"
  66. },
  67. {
  68. "value": "w[type='agg.']",
  69. "label": "Aggettivo",
  70. "color": "rgb(139, 98, 236)"
  71. },
  72. {
  73. "value": "w[type='avv.']",
  74. "label": "Avverbio",
  75. "color": "rgb(139, 98, 236)"
  76. },
  77. {
  78. "value": "w[type='n.p.']",
  79. "label": "Nome proprio",
  80. "color": "rgb(139, 98, 236)"
  81. },
  82. {
  83. "value": "w[type='v.']",
  84. "label": "Verbo",
  85. "color": "rgb(139, 98, 236)"
  86. },
  87. {
  88. "value": "w",
  89. "label": "Forma generica",
  90. "color": "#ffcdd2"
  91. }
  92. ]
  93. }
  94. ],
  95. "notSignificantVariants": [
  96. "type=ortographic"
  97. ],
  98. "lemNotSignificantVariants": [
  99. "type=lessicographic"
  100. ],
  101. "defaultEdition": "interpretative",
  102. "defaultViewMode": "imageText",
  103. "availableViewModes": [
  104. {
  105. "icon": "imgTxt",
  106. "iconSet": "evt",
  107. "id": "imageText",
  108. "label": "Image Text"
  109. }
  110. ],
  111. "proseVersesToggler": false,
  112. "defaultTextFlow": "prose",
  113. "verseNumberPrinter": 5
  114. }