opennlp.grok.knowledge
Class CenterAlg
java.lang.Object
|
+--opennlp.grok.knowledge.CenterAlg
- All Implemented Interfaces:
- opennlp.grok.knowledge.SalienceTracker
- public class CenterAlg
- extends java.lang.Object
- implements opennlp.grok.knowledge.SalienceTracker
Implements Centering-- a tecnique that can be used for following salient
items in a discourse. See Grosz, Joshi, and Weinstein.
- Version:
- $Revision: 1.1.1.1 $, $Date: 2001/10/23 15:17:51 $
- Author:
- Jason Baldridge
|
Method Summary |
void |
update(LF atom,
opennlp.common.structure.KB dm)
|
void |
update(opennlp.common.discourse.Referable ref,
opennlp.common.structure.KB dm,
int utt,
int pos)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CenterAlg
public CenterAlg()
update
public void update(opennlp.common.discourse.Referable ref,
opennlp.common.structure.KB dm,
int utt,
int pos)
- Specified by:
update in interface opennlp.grok.knowledge.SalienceTracker
update
public void update(LF atom,
opennlp.common.structure.KB dm)
- Specified by:
update in interface opennlp.grok.knowledge.SalienceTracker
Copyright © 2001 Jason Baldridge and Gann Bierner. All Rights Reserved.