apiergentili commited on
Commit
1c06deb
1 Parent(s): 97c144e

Added the 'asterisk' neomorpheme paradigm tagset mapping for reproducibility

Browse files

# Why is the change needed?

The original paper used two neomorpheme paradigms: 'schwa' and 'asterisk'.
Currently, the repository only includes a tagset mapping for the 'schwa' neomorpheme paradigm.
This change introduces `asterisk.json`, i.e. the tagset mapping for the 'asterisk' paradigm in JSON format, for reproducibility purposes.
With this addition, we make both versions of Neo-GATE used in the original paper reproducible.

`asterisk.json` also serves as a further exemplar tagset mapping.

# What changes does the patch introduce?

The patch adds the `asterisk.json` file to the repository.

# How was this patch tested?

No tests are required.

Files changed (1) hide show
  1. asterisk.json +38 -0
asterisk.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<ENDS>": "*",
3
+ "<ENDP>": "*",
4
+ "<DARTS>": "l*",
5
+ "<DARTP>": "l*",
6
+ "<IART>": "un*",
7
+ "<PARTS>": "de*",
8
+ "<PARTP>": "de*",
9
+ "<PRON>": "l*i",
10
+ "<PREPdiS>": "dell*",
11
+ "<PREPdiP>": "dell*",
12
+ "<PREPaS>": "all*",
13
+ "<PREPaP>": "all*",
14
+ "<PREPdaS>": "dall*",
15
+ "<PREPdaP>": "dall*",
16
+ "<PREPinS>": "nell*",
17
+ "<PREPinP>": "nell*",
18
+ "<PREPsuS>": "sull*",
19
+ "<PREPsuP>": "sull*",
20
+ "<DADJquelS>": "quell*",
21
+ "<DADJquelP>": "quell*",
22
+ "<DADJquestS>": "quest*",
23
+ "<DADJquestP>": "quest*",
24
+ "<POSS1S>": "mi*",
25
+ "<POSS1P>": "mi*",
26
+ "<POSS2S>": "tu*",
27
+ "<POSS2P>": "tu*",
28
+ "<POSS3S>": "su*",
29
+ "<POSS3P>": "su*",
30
+ "<POSS4S>": "nostr*",
31
+ "<POSS4P>": "nostr*",
32
+ "<POSS5S>": "vostr*",
33
+ "<POSS5P>": "vostr*",
34
+ "<PRONDOBJS>": "l*",
35
+ "<PRONDOBJP>": "l*",
36
+ "<PRONIOBJS>": "l*",
37
+ "<PRONIOBJP>": "l*"
38
+ }