<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 9/28/2013 7:58 AM, Onur Kuru wrote:<br>
    </div>
    <blockquote
      cite="mid:EA8C89F2-6271-4681-B4EB-11CFBC5E7A83@my.ku.edu.tr"
      type="cite">
      <div style="word-wrap: break-word; -webkit-nbsp-mode: space;
        -webkit-line-break: after-white-space; ">
        <div>I got confused with the LM file I had.</div>
        <div>In the data section it says you have <b>0</b> 3grams
          although as you can see from the training corpus I have <b>6</b>
          3-grams.</div>
        <div>Therefore I don't have the conditional probabilities in <b>\3-grams
          </b>section.</div>
        <div><br>
        </div>
        <div>Here is my training corpus:</div>
        <div><s> the dog runs </s></div>
        <div><s> the cat walks </s></div>
        <div><br>
        </div>
        <div>When I run the command:</div>
        <div>ngram-count -text training.gz -lm training.lm.gz -order 3
          -gt1max 0 -gt2max 0 -gt3max 0</div>
      </div>
    </blockquote>
    you need -gt3min 1<br>
    <br>
    Andreas<br>
    <br>
  </body>
</html>