Well Matt, you could try this as a solution:

(deffunction names-soundex (?code)
    (bind ?x "(defrule name-from-soundex (street_name_alias (soundex ?code) (actual_name ?name)) => (printout t ?name crlf) )")
    (eval ?x)
    (return nil)
    )

Great, thanks Matt.



--
Matthew Hutchinson
Ph.D. Candidate
Department of Spatial Sciences
Curtin University of Technology
GPO Box U1987
Perth, Western Australia 6845

Visiting Scholar
Department of Geography and Planning
University of Akron
Akron, Ohio USA

Reply via email to