opennlp.grok.knowledge
Interface Resolver

All Known Implementing Classes:
LocalResolver, SimpleResolver

public interface Resolver

An interface for defining classes which resolve referring expressions given a knowledge base.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/23 15:17:51 $
Author:
Jason Baldridge

Method Summary
 Event getEvent(opennlp.common.structure.KB kb, opennlp.common.synsem.Denoter c, opennlp.common.discourse.AccommodatePolicy ap)
           
 opennlp.common.discourse.FC getFC(opennlp.common.structure.KB kb, opennlp.common.synsem.Denoter c)
           
 opennlp.common.discourse.FC getFC(opennlp.common.structure.KB kb, opennlp.common.synsem.Denoter c, opennlp.common.discourse.AccommodatePolicy ap)
           
 opennlp.common.discourse.Kind getKind(opennlp.common.structure.KB kb, opennlp.common.synsem.Abstraction c)
           
 opennlp.common.discourse.Kind getKind(opennlp.common.structure.KB kb, opennlp.common.synsem.Abstraction c, opennlp.common.discourse.AccommodatePolicy ap)
           
 opennlp.common.discourse.Referable getReferable(opennlp.common.structure.KB kb, opennlp.common.synsem.Denoter c, opennlp.common.discourse.AccommodatePolicy ap)
           
 

Method Detail

getEvent

public Event getEvent(opennlp.common.structure.KB kb,
                      opennlp.common.synsem.Denoter c,
                      opennlp.common.discourse.AccommodatePolicy ap)

getFC

public opennlp.common.discourse.FC getFC(opennlp.common.structure.KB kb,
                                         opennlp.common.synsem.Denoter c)
                                  throws opennlp.common.discourse.AccommodateException

getFC

public opennlp.common.discourse.FC getFC(opennlp.common.structure.KB kb,
                                         opennlp.common.synsem.Denoter c,
                                         opennlp.common.discourse.AccommodatePolicy ap)
                                  throws opennlp.common.discourse.AccommodateException

getReferable

public opennlp.common.discourse.Referable getReferable(opennlp.common.structure.KB kb,
                                                       opennlp.common.synsem.Denoter c,
                                                       opennlp.common.discourse.AccommodatePolicy ap)
                                                throws opennlp.common.discourse.AccommodateException

getKind

public opennlp.common.discourse.Kind getKind(opennlp.common.structure.KB kb,
                                             opennlp.common.synsem.Abstraction c)
                                      throws opennlp.common.discourse.AccommodateException

getKind

public opennlp.common.discourse.Kind getKind(opennlp.common.structure.KB kb,
                                             opennlp.common.synsem.Abstraction c,
                                             opennlp.common.discourse.AccommodatePolicy ap)
                                      throws opennlp.common.discourse.AccommodateException


Copyright © 2001 Jason Baldridge and Gann Bierner. All Rights Reserved.