From: Christopher Allan Webber Date: Fri, 6 May 2016 23:46:57 +0000 (-0500) Subject: Add about to preposition list X-Git-Tag: fosdem-2017~156 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=82ba6326f28edd948b5f73cbc74837754e52e0cb Add about to preposition list --- diff --git a/mudsync/parser.scm b/mudsync/parser.scm index 6bba8dd..bbbab13 100644 --- a/mudsync/parser.scm +++ b/mudsync/parser.scm @@ -61,7 +61,8 @@ ;; definite and indefinite, but not partitive articles (define article '(or "the" "a" "an")) -(define preposition '(or "with" "in" "on" "out of" "at" "as" "to")) +(define preposition '(or "with" "in" "on" "out of" "at" "as" "to" + "about")) (define indirect-irx (sre->irregex