edu.stanford.nlp.ie.pascal
Class Prior

java.lang.Object
  extended by edu.stanford.nlp.ie.pascal.Prior

public class Prior
extends Object

Author:
Jamie Nicolson

Constructor Summary
Prior(BufferedReader reader)
           
 
Method Summary
 double get(Set presentFields)
          Map
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prior

public Prior(BufferedReader reader)
      throws IOException
Throws:
IOException
Method Detail

get

public double get(Set presentFields)
Map


main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Stanford NLP Group