<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/27/2013 12:44 AM, Laatar Rim
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1385541844.41439.YahooMailNeo@web173202.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:12pt">
        <div><span>J'ai déja vu le lien aussi j'ai testé ces commandes
            : </span></div>
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida
          Grande', sans-serif; background-color: transparent;
          font-style: normal;"><span></span></div>
        <pre>ngram-class -vocab vocab_file \
            -text input_file \
            -numclasses num \
            -class-counts output.class-counts \
            -classes output.classes </pre>
        <pre>
</pre>
        <pre>ma question est : pour construire un modèle de langage de type n classe , on a besoin seulement de <span style="font-size: 12pt;">numclasses (nombre de classes) et à quoi sert </span><span style="font-size: 12pt;">replace-word-with-classes ?? </span></pre>
        <pre><span style="font-size: 12pt;">Merci d'avance pour vos éclaircissement ..</span></pre>
      </div>
    </blockquote>
    <br>
    <pre><span style="font-size: 12pt;">replace-words-with-classes  replaces word labels with class labels, so that you can train a class-level ngram model.
It is described in the <a href="http://www.speech.sri.com/projects/srilm/manpages/training-scripts.1.html">training-scripts(1)</a> man page.

Andreas


</span></pre>
  </body>
</html>