[Fwd: Re: [developers] Re: still problem with accents...]

Montserrat Marimon montserrat.marimon at upf.edu
Fri Jun 17 15:25:51 CEST 2005


Hi Ann,

Ann Copestake wrote:

>does the user-fns file have a definition of alphanumeric-or-extended-p?
>  
>
it has:
(defun alphanumeric-or-extended-p (c)
  (and (graphic-char-p c) (not (member c *punctuation-characters*))))

>could you try calling 
>
>(lkb::preprocess-sentence-string  "el niño lloró")
>
>and send us the output please
>
>Ann
>
>  
>
This is the only thing I get:
"el ni o llor"




More information about the developers mailing list