-
Notifications
You must be signed in to change notification settings - Fork 2
/
Router.json
17 lines (17 loc) · 1.07 KB
/
Router.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"ADJ": [ "ADJInflector", "./meta/automata/ADJ.fa", "./meta/lexicons/ADJ.lexc" ],
"ADP": [ "ADPInflector", null, "./meta/lexicons/ADP.lexc" ],
"ADV": [ "ADJInflector", "./meta/automata/ADV.fa", "./meta/lexicons/ADV.lexc" ],
"AUX": [ "AUXInflector", "./meta/automata/VERB.fa", "./meta/lexicons/AUX.lexc" ],
"CCONJ": [ "Uninflected", null, null ],
"DET": [ "DETInflector", "./meta/automata/DET.fa", "./meta/lexicons/DET.lexc" ],
"INTJ": [ "Uninflected", null, null ],
"NOUN": [ "NOUNInflector", "./meta/automata/NOUN.fa", "./meta/lexicons/NOUN.lexc" ],
"NUM": [ "Uninflected", null, null ],
"PART": [ "Uninflected", null, null ],
"PRON": [ "PRONInflector", "./meta/automata/DET.fa", "./meta/lexicons/PRON.lexc" ],
"PROPN": [ "PROPNInflector", "./meta/automata/PROPN.fa", null ],
"SCONJ": [ "Uninflected", null, null ],
"VERB": [ "VERBInflector", "./meta/automata/VERB.fa", "./meta/lexicons/VERB.lexc" ],
"X": [ "Uninflected", null, null ]
}