[developers] lui displaying lexical items

Francis Bond fcbond at gmail.com
Sun Jun 25 14:04:57 CEST 2006


G'day,

for reasons currently beyond my knowledge, lui won't display the
feature structure for  lexical entries.
 E.g.:  (lkb::show-word-aux-tty "鬼" nil)
does nothing.

  As a fall back, I suggest we change display-fs (in activefs.lisp) to
drop back to CLIM if lui can't display something:

(defun display-fs (fs title &optional id)
  #-:lui
  (display-basic-fs fs title nil nil id)
  #+:lui
  (if (lui-status-p :avm)
      (or (lui-display-fs fs title id)
	  (display-basic-fs fs title nil nil id))
    (display-basic-fs fs title nil nil id)))

It would be even better if lui could display these (^_^).

-- 
Francis Bond  <www.kecl.ntt.co.jp/icl/mtg/members/bond/>
NTT Communication Science Laboratories | Natural Language Research Group



More information about the developers mailing list