From 1fc4694c2f7bcfb91ad496301fdd83a661a4c492 Mon Sep 17 00:00:00 2001
From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr>
Date: Fri, 26 May 2023 16:03:58 +0200
Subject: [PATCH] correction wikstraktor en_en

---
 parsers/en_constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parsers/en_constants.py b/parsers/en_constants.py
index 42c73cb..de100b7 100644
--- a/parsers/en_constants.py
+++ b/parsers/en_constants.py
@@ -9,7 +9,7 @@ string_values = {
 	"t_deflabel":"lb",
 	"t_ex":["ux", "usex"],
 	"sense_pattern":[ ## structure(s) for sense patterns add_subdef is to be added to def patterns
-		{"def":"\\#", "ex":"\\#:", "add_subdef":"\\#"}
+		{"def":"\\#", "ex":"\\#[:;]", "add_subdef":"\\#"}
 	],
 	"POS": { #https://en.wiktionary.org/wiki/Wiktionary:POS
 		"Adjective":"Adj",
-- 
GitLab