ca.uottawa.balie
Class FeatureRepresentationVocabulary

java.lang.Object
  extended by ca.uottawa.balie.FeatureRepresentationVocabulary

public class FeatureRepresentationVocabulary
extends java.lang.Object


Constructor Summary
FeatureRepresentationVocabulary(java.util.Hashtable<java.lang.String,java.lang.Integer[]> pi_PosVoc, java.util.Hashtable<java.lang.String,java.lang.Integer[]> pi_NegVoc, java.util.Hashtable<java.lang.String,java.lang.Integer[]> pi_FullVoc)
           
 
Method Summary
 java.util.Hashtable<java.lang.String,java.lang.Integer[]> GetFullVoc()
           
 double LikelihoodRatio(java.lang.String strWord)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureRepresentationVocabulary

public FeatureRepresentationVocabulary(java.util.Hashtable<java.lang.String,java.lang.Integer[]> pi_PosVoc,
                                       java.util.Hashtable<java.lang.String,java.lang.Integer[]> pi_NegVoc,
                                       java.util.Hashtable<java.lang.String,java.lang.Integer[]> pi_FullVoc)
Method Detail

GetFullVoc

public java.util.Hashtable<java.lang.String,java.lang.Integer[]> GetFullVoc()

LikelihoodRatio

public double LikelihoodRatio(java.lang.String strWord)