edu.stanford.nlp.ie.pascal
Interface RelationalModel

All Known Implementing Classes:
AcronymModel

public interface RelationalModel

An interface for the relational models in phase 2 of the pascal system.

Author:
Jamie Nicolson

Method Summary
 double computeProb(PascalTemplate temp)
           
 

Method Detail

computeProb

double computeProb(PascalTemplate temp)
Parameters:
temp - template to be scored
Returns:
its score


Stanford NLP Group