Commit
·
afb9318
1
Parent(s):
e4e8f24
fix references to example files
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ For more details see the [Adaptation](#adaptation) section below.
|
|
69 |
## Configurations
|
70 |
There are two configurations available:
|
71 |
- `main`: with placeholders to be replaced with the desired neomorpheme paradigm.
|
72 |
-
- `schwa_simple`: already adapted to the paradigm included in `
|
73 |
|
74 |
## Dataset creation
|
75 |
|
@@ -84,7 +84,7 @@ The tags were designed to cover all parts of the grammar which express grammatic
|
|
84 |
|
85 |
## Adaptation
|
86 |
To adapt Neo-GATE to the desired neomorpheme paradigm, a `.json` file mapping Neo-GATE's tagset to the desired forms is required.
|
87 |
-
See `schwa.json` or `asterisk.json` for an example.
|
88 |
For more information on the tagset, see Table 8 in [the original paper](https://arxiv.org/abs/2405.08477).
|
89 |
|
90 |
To create the adapted references and annotations, use the `neogate_adapt.py` script with the following syntax:
|
@@ -93,9 +93,9 @@ To create the adapted references and annotations, use the `neogate_adapt.py` scr
|
|
93 |
|
94 |
This command will create two files: `OUTPUT_FILE_NAME.ref`, containing the adapted references, and `OUTPUT_FILE_NAME.ann`, containing the adapted annotations.
|
95 |
|
96 |
-
For instance, to generate the references and the annotations adapted to the Schwa paradigm provided in the example file `schwa.json`, the following command can be used:
|
97 |
|
98 |
-
python neogate_adapt.py --tagset schwa.json --out neogate_schwa
|
99 |
|
100 |
This will create the two files `neogate_schwa.ref` and `neogate_schwa.ann`.
|
101 |
|
|
|
69 |
## Configurations
|
70 |
There are two configurations available:
|
71 |
- `main`: with placeholders to be replaced with the desired neomorpheme paradigm.
|
72 |
+
- `schwa_simple`: already adapted to the paradigm included in `schwa-simple.json`
|
73 |
|
74 |
## Dataset creation
|
75 |
|
|
|
84 |
|
85 |
## Adaptation
|
86 |
To adapt Neo-GATE to the desired neomorpheme paradigm, a `.json` file mapping Neo-GATE's tagset to the desired forms is required.
|
87 |
+
See `schwa-complex.json` or `asterisk.json` for an example.
|
88 |
For more information on the tagset, see Table 8 in [the original paper](https://arxiv.org/abs/2405.08477).
|
89 |
|
90 |
To create the adapted references and annotations, use the `neogate_adapt.py` script with the following syntax:
|
|
|
93 |
|
94 |
This command will create two files: `OUTPUT_FILE_NAME.ref`, containing the adapted references, and `OUTPUT_FILE_NAME.ann`, containing the adapted annotations.
|
95 |
|
96 |
+
For instance, to generate the references and the annotations adapted to the Schwa paradigm provided in the example file `schwa-complex.json`, the following command can be used:
|
97 |
|
98 |
+
python neogate_adapt.py --tagset schwa-complex.json --out neogate_schwa
|
99 |
|
100 |
This will create the two files `neogate_schwa.ref` and `neogate_schwa.ann`.
|
101 |
|