Skip to content

Commit

Permalink
Replace exclamation postag with interjection
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtr committed Jul 3, 2014
1 parent 85f912c commit a550080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/static/configs/morph/gr_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"color" : "purple"
}
},
"excl" : {
"long" : "exclamation",
"short" : "excl",
"postag" : "e",
"intj" : {
"long" : "interjection",
"short" : "intj",
"postag" : "i",
"style" : {
"color" : "gold"
}
Expand Down

0 comments on commit a550080

Please sign in to comment.