Adding new N* msds

This commit is contained in:
Ozbolt Menegatti 2019-06-26 12:47:02 +02:00
parent cfdb36b894
commit 049f5ca3dc
2 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,9 @@ CODES = {
"typo": "t",
"program": "p",
"web": "w",
"emo": "e",
"hashtag": "h",
"at": "a"
}
TAGSET = {

View File

@ -1908,4 +1908,7 @@ MSD_TRANSLATE = {
"Nt": "Xt",
"Np": "Xp",
"Nw": "Xw",
"Ne": "Ne",
"Nh": "Nh",
"Na": "Na",
"U": "N"}