Skip to content

Commit

Permalink
Add adjectives
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtr committed Jun 6, 2014
1 parent aa8f8b2 commit cf68cba
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app/static/configs/sg/sg_labels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
{
"labels" : {
"ADJ" : {
"short" : "ADJ",
"long" : "adjective",
"dependency" : {
"pos" : "adj"
},
"nested" : {
"SBV" : {
"short" : "SBV",
"long" : "substantive"
},
"PRON" : {
"short" : "PRON",
"long" : "pronominal"
},
"NORM" : {
"short" : "NORM",
"long" : "normal"
},
"VRB" : {
"short" : "VRB",
"long" : "verbal"
},
"IDK" : {
"short" : "IDK",
"long" : "I don't know"
}
}
},
"GEN" : {
"short" : "GEN",
"long" : "genitive",
Expand Down

0 comments on commit cf68cba

Please sign in to comment.