From 580e4f343379ba60ce677a7afa2a777dbc410bbb Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 10 Apr 2014 11:53:11 +0000 Subject: [PATCH] removed but_Subj from Dictionary: but is never a subjunction, and treating it so causes word order errors in many languages --- src/translator/Dictionary.gf | 1 - 1 file changed, 1 deletion(-) diff --git a/src/translator/Dictionary.gf b/src/translator/Dictionary.gf index bd5e278e..2b332506 100644 --- a/src/translator/Dictionary.gf +++ b/src/translator/Dictionary.gf @@ -8363,7 +8363,6 @@ fun but_Conj : Conj ; fun but_N : N ; fun but_PConj : PConj ; fun but_Prep : Prep ; -fun but_Subj : Subj ; fun butacaine_N : N ; fun butadiene_N : N ; fun butane_N : N ;