Skip to content

Commit

Permalink
"other than" as fixed lexeme
Browse files Browse the repository at this point in the history
  • Loading branch information
nschneid committed Nov 24, 2024
1 parent 32bafef commit 8c713e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgel.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def validate(self, require_verb_xpos=True, require_num_xpos=True, check_punct=Tr
FIXED_EXPRS = { # incomplete list!
'D': {'a few', 'a little', 'many a', 'no one'},
'P': {'as to', 'as for', 'as from', 'as per', # these 4 are described as fixed on p. 626
'as if', 'in case', 'in order', 'so long as'},
'as if', 'in case', 'in order', 'so long as', 'other than'},
'Sdr': {'whether or not'}, # p. 1329
'N_pro': {'us all', 'us both', 'you all', 'you both', 'them all', 'them both'} # p. 427
}
Expand Down

0 comments on commit 8c713e8

Please sign in to comment.