G&#39;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&#39;m still having trouble connecting to the lexdb database. &nbsp;I&#39;m not<br>
entirely sure how to get the settings right. &nbsp;I tried typing the<br>
following command according to the wiki, but got an error:<br>
<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
LKB(2): lkb::*lexdb-params* ((:dbname &quot;lil&quot; :user &quot;lexdb&quot;))</blockquote><div><br>I think you need to type:<br>(setf lkb::*lexdb-params* &#39; ((:dbname &quot;lil&quot;) (:user &quot;lexdb&quot;)))<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>&nbsp;(setf lkb::*lexdb-params* &#39; ((:dbname &quot;lil&quot;) (:user &quot;lexdb&quot;) (:type &quot;multi-user&quot;))))<br>
<br>Jacy uses the somewhat simpler single user mode, there is some documentation in&nbsp; <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 &lt;<a href="http://www2.nict.go.jp/x/x161/en/member/bond/">http://www2.nict.go.jp/x/x161/en/member/bond/</a>&gt;<br>
NICT Language Infrastructure Group<br>