<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 4/9/2014 3:40 PM, Andreas Stolcke
      wrote:<br>
    </div>
    <blockquote
cite="mid:a84f9d2570d14ac19e815aea4613563a@BL2PR03MB193.namprd03.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><a moz-do-not-send="true"
            name="_MailEndCompose"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></a></p>
        <div>
          <div style="border:none;border-top:solid #E1E1E1
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif"">From:</span></b><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif"">
                Dmitriy Ivanko [<a class="moz-txt-link-freetext" href="mailto:dmitriy_ivanko@yahoo.com">mailto:dmitriy_ivanko@yahoo.com</a>]
                <br>
                <b>Sent:</b> Wednesday, April 9, 2014 5:19 AM<br>
                <b>To:</b> Andreas Stolcke<br>
                <b>Subject:</b> Create Phone Lattices<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <div>
          <div>
            <p class="MsoNormal" style="background:white"><span
style="font-size:14.0pt;font-family:"Helvetica","sans-serif";color:black">Hello,
                Andreas Stolcke !
                <br>
                Thank you for your programm "lattice-too.exe" in SRI LM.<br>
                I'm sorry for my English.<br>
                    Can you help me. I try create N-gram Language Model
                by using EM-algorithm and Lattices. I have lattices, but
                I don't know: is it possible create Language Model,
                using EM-algorithm?<br>
                Like in article:<br>
                <br>
                    "LANGUAGE RECOGNITION USING PHONE LATTICES" <b>J.L.
                  Gauvain</b>, A. Messaoudi, and H. Schwenk.<br>
                <br>
                Anyway thank you!<br>
                Best Regards,<br>
                Dmitriy Ivanko.<o:p></o:p></span></p>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Yes, you can use <br>
    <br>
        lattice-tool -write-ngrams (plus options to specify the
    lattices, ngram order etc.)<br>
    <br>
    to compute expected ngrams counts from lattices.   The lattices
    should be in HTK format.  You can then estimate LMs from the
    expected ngram counts (using ngram -float-counts ...).<br>
    <br>
    I have personally used this method to implement the Gauvain et al.
    language recognition method, and it works great.  I'm not sure how
    well it works for other tasks.<br>
    <br>
    Andreas<br>
    <br>
  </body>
</html>