<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 10/10/2013 5:37 AM, E wrote:<br>
    </div>
    <blockquote
      cite="mid:8D093CCA0EFA02B-1114-B92D@webmail-m231.sysops.aol.com"
      type="cite"><font color="black" face="arial" size="2">
        <div
          style="font-family:arial,helvetica;font-size:10pt;color:black">
          <div id="AOLMsgPart_1_b384c7bd-1351-4135-918d-8a9739b8ff5e">
            <font color="black" face="arial" size="2"><br>
              <br>
              <div style="color: black; font-family: arial; font-size:
                10pt; clear: both;">Thanks!</div>
              <div style="color: black; font-family: arial, helvetica;
                font-size: 10pt;"><br>
              </div>
              <div>
                <div
                  id="AOLMsgPart_1_25179108-7919-487a-8660-3a99d246e8ac">
                  <div class="aolReplacedBody" bgcolor="#FFFFFF"
                    text="#000000" style="color: black; font-family:
                    arial, helvetica; font-size: 10pt;"><font size="2"><font
                        face="arial">>1) Make sure you're building
                        64-bit executables.   If "file </font></font><font
                      color="black" face="arial" size="2"><font
                        face="arial"><font face="arial, helvetica">bin/i686/ngram-count"
                          says that it's an 32-bit >executable, do a
                          "make clean" and rebuilt with "make
                          MACHINE_TYPE=i686-m64  ..." .<br>
                          <br>
                          This worked. I had to use "make OPTION=_l"
                          though. Now there is no problem of ngrams with
                          positive log probability. </font></font></font></div>
                </div>
              </div>
            </font></div>
        </div>
      </font></blockquote>
    <font size="2"><font face="arial, helvetica">FYI,  OPTION=_l
        triggers the use of 64-bit integer counts stored in a lookup
        table so that  </font></font>each instance takes only 32bits
    (assuming the counts are used sparsely).   This is a way to support
    large counts on 32bit machines, but doesn't really make sense on
    64-bit machines.<br>
    <br>
    Andreas<br>
    <br>
  </body>
</html>