<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 12/11/2013 9:39 AM, Laatar Rim
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1386783558.12847.YahooMailNeo@web173204.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">for example
        how can i interpret this line :<br>
        <br>
        \3-grams:<br>
        -0.4148394    CLASS-00001 CLASS-00001 CLASS-00009<br>
      </div>
    </blockquote>
    <br>
    log_10 P(CLASS-00009 | CLASS-00001 CLASS-00001)  = -0.4148394 <br>
    <br>
    So a word from CLASS-00009 following two words from class
    CLASS-00001 has probability 10^ -0.4148394, times the probability of
    the word in class CLASS-00009 (which you can get from the class
    membership file.<br>
    <br>
    Andreas <br>
    <br>
    <br>
  </body>
</html>