<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
On Wed, 2006-11-08 at 10:10 +0900, Francis Bond wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">G'day,</FONT>

<FONT COLOR="#000000">&gt;         However, I have another question, maybe someone can help me. I</FONT>
<FONT COLOR="#000000">&gt; would like to use only one analysis per sentence, and I limited the number</FONT>
<FONT COLOR="#000000">&gt; of answers to 1. But I don't know if this is the way to get the best</FONT>
<FONT COLOR="#000000">&gt; possible analysis, is there some other switch that I could use?</FONT>

<FONT COLOR="#000000">in the grammar.set file (e.g. for the ERG pet/english.set) tel it to</FONT>
<FONT COLOR="#000000">read a scoring model:</FONT>
<FONT COLOR="#000000">sm := &quot;vm6p.mem&quot;.</FONT>
<FONT COLOR="#000000">(see <A HREF="http://wiki.delph-in.net/moin/PetParameters">http://wiki.delph-in.net/moin/PetParameters</A>).</FONT>

<FONT COLOR="#000000">I think this automatically turns ranking on.</FONT>

<FONT COLOR="#000000">You can then get only one result (the highest ranked) by calling cheap</FONT>
<FONT COLOR="#000000">with -nresults=1.</FONT>

<FONT COLOR="#000000">With a new pet and a new scoring model you can turn selective</FONT>
<FONT COLOR="#000000">unpacking on and get the best results with less memory by calling</FONT>
<FONT COLOR="#000000">cheap with:</FONT>
<FONT COLOR="#000000">-packing=15 -nsolutions=1</FONT>
<FONT COLOR="#000000">(see <A HREF="http://wiki.delph-in.net/moin/PetOptions">http://wiki.delph-in.net/moin/PetOptions</A>)</FONT>

</PRE>
</BLOCKQUOTE>
<BR>
I am wondering what exactly is the difference between -results --- I know what that one is --- and -nsolutions. Can anyone enlighten me here?<BR>
<BR>
Cheers,<BR>
<BR>
B
</BODY>
</HTML>