Skip to content

Commit

Permalink
Merge pull request #65 from latin-language-toolkit/relation_labels
Browse files Browse the repository at this point in the history
Add relation label conf file
  • Loading branch information
LFDM committed May 19, 2014
2 parents d7e1653 + ad32a5f commit c82051e
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions app/static/configs/relation/relations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"relations" : {
"PRED" : {
"short" : "PRED",
"long" : "predicate"
},
"SBJ" : {
"short" : "SBJ",
"long" : "subject"
},
"OBJ" : {
"short" : "OBJ",
"long" : "object"
},
"ATR" : {
"short" : "ATR",
"long" : "attribute"
},
"ADV" : {
"short" : "ADV",
"long" : "adverbial"
},
"ATV" : {
"short" : "ATV",
"long" : "complement"
},
"AtvV" : {
"short" : "AtvV",
"long" : "complement"
},
"PNOM" : {
"short" : "PNOM",
"long" : "predicate nominal"
},
"OCCOMP" : {
"short" : "OCCOMP",
"long" : "object complement"
},
"COORD" : {
"short" : "COORD",
"long" : "coordinator"
},
"CO" : {
"short" : "CO",
"long" : "coordinated"
},
"APOS" : {
"short" : "APOS",
"long" : "apposing element"
},
"AuxP" : {
"short" : "AuxP",
"long" : "preposition"
},
"AuxC" : {
"short" : "AuxC",
"long" : "conjunction"
},
"AuxR" : {
"short" : "AuxR",
"long" : "reflexive passive"
},
"AuxV" : {
"short" : "AuxV",
"long" : "auxiliary verb"
},
"AuxX" : {
"short" : "AuxX",
"long" : "comma"
},
"AuxG" : {
"short" : "AuxG",
"long" : "bracketing punctuation"
},
"AuxK" : {
"short" : "AuxK",
"long" : "terminal punctuation"
},
"AuxY" : {
"short" : "AuxY",
"long" : "sentence adverbial"
},
"AuxZ" : {
"short" : "AuxZ",
"long" : "emphasizing particle"
},
"ExD" : {
"short" : "ExD",
"long" : "ellipsis"
}
}
}

0 comments on commit c82051e

Please sign in to comment.