G'day,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I'm still having trouble connecting to the lexdb database. I'm not<br>
entirely sure how to get the settings right. I tried typing the<br>
following command according to the wiki, but got an error:<br>
<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
LKB(2): lkb::*lexdb-params* ((:dbname "lil" :user "lexdb"))</blockquote><div><br>I think you need to type:<br>(setf lkb::*lexdb-params* ' ((:dbname "lil") (:user "lexdb")))<br>
<br>i.e. you need to use setf to set the value, you need to quote the lisp list, and each parameter value pair has to be a list.<br><br>you should probably also set the type<br> (setf lkb::*lexdb-params* ' ((:dbname "lil") (:user "lexdb") (:type "multi-user"))))<br>
<br>Jacy uses the somewhat simpler single user mode, there is some documentation in <a href="http://wiki.delph-in.net/moin/JacyLexDb">http://wiki.delph-in.net/moin/JacyLexDb</a>.<br><pre>(:type :single-user)</pre><br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Does anyone have any insight on how to get the settings right?<br></blockquote></div><br><br>I hope that this helps.<br clear="all"><br>-- <br>Francis Bond <<a href="http://www2.nict.go.jp/x/x161/en/member/bond/">http://www2.nict.go.jp/x/x161/en/member/bond/</a>><br>
NICT Language Infrastructure Group<br>