X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=composite.lisp;fp=composite.lisp;h=ee07f27bf859621daef4ee121fd6ca2ea1fb3479;hb=231bc1b070a4f93e7d58a88ea8ffaeafd6ebc0bb;hp=f440ac07d7192c881f9e101e93d0bb13509ef2ec;hpb=8f58bdf5056ba1925a973a3353d329a9a1e72ad2;p=umlisp.git diff --git a/composite.lisp b/composite.lisp index f440ac0..ee07f27 100644 --- a/composite.lisp +++ b/composite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: composite.lisp,v 1.15 2002/11/24 19:03:34 kevin Exp $ +;;;; $Id: composite.lisp,v 1.16 2002/11/25 07:45:36 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -122,7 +122,7 @@ (format nil "select count(*) from MRSO where SAB='~a'" (sab usrl))))))) (push (make-instance 'usrl_freq :usrl usrl :freq freq) freqs))) - (sort freqs #'> :key #'usrl_freq-freq))) + (sort freqs #'> :key #'freq))) (defun find-ucon2_freq-coc-tui (ucon tui) "Return sorted list of tuples with ucon and freq that have co-occuring concepts of semantic type tui"