From f544c92c061c61a7cf9cde41d426949f0df8df2f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 31 May 2024 14:49:07 -0600 Subject: [PATCH] better exception handling for "No" --- src/bad_nlp/Names.kiss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bad_nlp/Names.kiss b/src/bad_nlp/Names.kiss index e832a91..7434f63 100644 --- a/src/bad_nlp/Names.kiss +++ b/src/bad_nlp/Names.kiss @@ -4,7 +4,8 @@ (var namesPath (joinPath libPath "name-database")) (var :Map notNames (for notName [ - "he" // This is in the name database. + "no" + "he" "she" ] =>notName true))