projects
/
mudsync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602dfed
)
Add about to preposition list
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 6 May 2016 23:46:57 +0000
(18:46 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 6 May 2016 23:46:57 +0000
(18:46 -0500)
mudsync/parser.scm
patch
|
blob
|
history
diff --git
a/mudsync/parser.scm
b/mudsync/parser.scm
index 6bba8dd7fd14c446e1be03bf220738e7848c8621..bbbab135b131341a8bb72dd23d4fc517e5ec2178 100644
(file)
--- 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