Thanks Martin. I'll work a bit this weekend to get
link-grammar into our CVS since I haven't heard back
from its authors.
I'll also try to get things reasonably well set up for
it to handle additional languages.
Cheers,
Dom
--- msevior@physics.unimelb.edu.au wrote:
>
> Hi Dom,
> I finally worked out what needs to change to
> make link-grammar read
> it's dictionary file from the installed direct
> directory.
>
> In link-grammar-4.1.1/Makefile.am, Line 18 change
>
> DEFS = @DEFS@ -DVERSION=\"@VERSION@\"
> -DDICTIONARY_DIR=\"$(pkgdatadir)/\"
>
> To
>
> DEFS = @DEFS@ -DVERSION=\"@VERSION@\"
> -DDICTIONARY_DIR=\"$(pkgdatadir):\"
>
> Rerun ./autogen.sh
> ./configure --prefix=***
> make clean
> make install
>
> etc..
>
> The code in utilities.c needs a trailing ":" to
> recognize the last path to
> try a dictionary file.
>
> Works like a charm now.
>
> Cheers
>
> Martin
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
Received on Fri Feb 11 04:15:52 2005
This archive was generated by hypermail 2.1.8 : Fri Feb 11 2005 - 04:15:53 CET