opennlp.grok.knowledge
Class SimpleInstantiator
java.lang.Object
|
+--opennlp.grok.knowledge.InstantiatorAdapter
|
+--opennlp.grok.knowledge.SimpleInstantiator
- All Implemented Interfaces:
- Instantiator
- Direct Known Subclasses:
- QueryInstantiator
- public class SimpleInstantiator
- extends opennlp.grok.knowledge.InstantiatorAdapter
|
Method Summary |
opennlp.common.discourse.AccommodatePolicy |
getAP()
|
protected opennlp.common.synsem.Denoter |
instantiate(opennlp.common.synsem.Denoter c)
|
opennlp.common.synsem.Denoter |
instantiate(opennlp.common.synsem.Denoter c,
opennlp.common.discourse.AccommodatePolicy _ap)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInstantiator
public SimpleInstantiator(opennlp.common.structure.KB _dm)
getAP
public opennlp.common.discourse.AccommodatePolicy getAP()
instantiate
public opennlp.common.synsem.Denoter instantiate(opennlp.common.synsem.Denoter c,
opennlp.common.discourse.AccommodatePolicy _ap)
throws opennlp.common.discourse.AccommodateException
- Specified by:
instantiate in interface Instantiator
instantiate
protected opennlp.common.synsem.Denoter instantiate(opennlp.common.synsem.Denoter c)
throws opennlp.common.discourse.AccommodateException
Copyright © 2001 Jason Baldridge and Gann Bierner. All Rights Reserved.