Add "from" to list of prepositions in parser.scm
[mudsync.git] / mudsync / parser.scm
index 034b22f3f2f04dc8f5e2bc609658241e5b9fbd43..e9a788dbf4375c9f863c8b0119eb9fd3751fe6da 100644 (file)
@@ -62,7 +62,7 @@
 ;; definite and indefinite, but not partitive articles
 (define article '(or "the" "a" "an"))
 (define preposition '(or "with" "in" "on" "out of" "at" "as" "to"
-                         "about"))
+                         "about" "from"))
 
 (define indirect-irx
   (sre->irregex