Skip to content
Snippets Groups Projects
Commit e6c48313 authored by Maxime Guénette's avatar Maxime Guénette
Browse files

added models DOI in readme+added virtual keyboard

parent 9b65da9c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,9 @@ Sigma is always transcribed "σ" and never "ς". This decision reflects the scri
### Symbols
Every significant symbol was assigned a Unicode symbol using a correspondence table (see [table_CPgr23.csv](./data/CPgr23/table_CPgr23.csv) for every character used in our transcription).
Every significant symbol was assigned a Unicode symbol using a correspondence table (see [table_CPgr23.csv](./data/table_CPgr23.csv) for every character used in our transcription).
A [virtual keyboard](./data/AP.json) have been made using eScriptorium platform to help transcribing symbols.
These symbols have been chosen to be as similar as possible to the symbols used in the manuscript.
......@@ -55,8 +57,12 @@ All abbreviations have been transcribed in expanded form: for example, "ȣ" is t
## Model description
<!-- to be completed -->
A transcription model for Greek manuscripts was trained using this dataset. It can be found here: {placeholder}.
3 transcription models for Greek manuscripts were trained using this dataset. They can be found here:
[HTR Model Palatinus graecus 23 (Meleagre-NFD-finetuned)](https://doi.org/10.5281/zenodo.10912725)
[HTR Model Palatinus graecus 23 (Meleagre-NFD)](https://doi.org/10.5281/zenodo.10912647)
[HTR Model Palatinus graecus 23 (Meleagre-NFC)](https://doi.org/10.5281/zenodo.10912498)
## Images
......
{
"version": "0.1",
"name": "AP",
"author": "Maxime Guénette <maxime.guenette@umontreal.ca>",
"characters": [
{
"row": 0,
"column": 0,
"character": "⁛",
"keyboard_code": 65
},
{
"row": 0,
"column": 2,
"character": "⋇",
"keyboard_code": 67
},
{
"row": 0,
"column": 3,
"character": "∻",
"keyboard_code": 68
},
{
"row": 0,
"column": 1,
"character": "※"
},
{
"row": 0,
"column": 4,
"character": "·"
},
{
"row": 0,
"column": 5,
"character": "~"
},
{
"row": 0,
"column": 6,
"character": "ͳ"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment