From 4cf160d1f08f937f338ac01db8c0ab4de92e3ddb Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Thu, 7 Nov 2024 19:03:32 -0500 Subject: [PATCH] Reduced demote_labels_longer_than to 15. This will bring it in line with Babel. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index d6dc205..e618bf0 100644 --- a/config.json +++ b/config.json @@ -54,5 +54,5 @@ "PUBCHEM.COMPOUND" ] }, - "demote_labels_longer_than": 20 + "demote_labels_longer_than": 15 }