apiergentili commited on
Commit
97c144e
·
1 Parent(s): 830b384

Add exemplar JSON mapping

Browse files

# Why is the change needed?

This change introduces an exemplary tagset mapping for Neo-GATE in JSON format.
The file will be referenced in `README.md` to provide users with a starting point to create custom neomorpheme paradigm mappings to Neo-GATE's tagset.

# What changes does the patch introduce?

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

# How was this patch tested?

No tests are required.

Files changed (1) hide show
  1. schwa.json +38 -0
schwa.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
+ }