diff --git a/parsers/en_constants.py b/parsers/en_constants.py
index d5b2d2f2d7a077963ce84e316ea53876e798949f..c933d6ab9b796b86e53f6b4ad1c9b9e96ea8eeb7 100644
--- a/parsers/en_constants.py
+++ b/parsers/en_constants.py
@@ -7,7 +7,7 @@ string_values = {
 	"t_snd":"audio", #template for audio
 	"t_acc":"a", #template for accents
 	"t_deflabel":"lb",
-	"t_ex":"ux",
+	"t_ex":["ux", "usex"],
 	"POS": { #https://en.wiktionary.org/wiki/Wiktionary:POS
 		"Adjective":"Adj",
 		"Adverb":"Adv",