* Fix identity tag map

This commit is contained in:
Matthew Honnibal 2015-10-08 13:59:56 +11:00
parent 5890682ed1
commit 2d68f75b6a

View File

@ -13,5 +13,7 @@
"ADP": {"pos": "ADP"},
"SYM": {"pos": "SYM"},
"X": {"pos": "X"},
"INTJ": {"pos": "INTJ"}
"INTJ": {"pos": "INTJ"},
"DET": {"pos": "DET"},
"PART": {"pos": "PART"}
}