org.ow2.weblab.service.language
Interface NGramProfilesPatched.Ranker

Enclosing class:
NGramProfilesPatched

public static interface NGramProfilesPatched.Ranker


Method Summary
 void account(java.lang.CharSequence seq)
           
 void account(java.lang.CharSequence seq, int pos)
           
 void account(java.io.Reader reader)
           
 void flush()
           
 NGramProfilesPatched.RankResult getRankResult()
           
 void reset()
           
 

Method Detail

getRankResult

NGramProfilesPatched.RankResult getRankResult()

reset

void reset()

flush

void flush()

account

void account(java.lang.CharSequence seq,
             int pos)

account

void account(java.lang.CharSequence seq)

account

void account(java.io.Reader reader)
             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2012. All Rights Reserved.