edu.stanford.nlp.ie.pascal
Class CliqueTemplates

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

public class CliqueTemplates
extends Object

Template information and counters corresponding to sampling on one document. As an alternative to reading a document labelling into a full PascalTemplate we can read it into partial templates which contain only strictly related information, (See DateTemplate and InfoTemplate).

Author:
Chris Cox

Field Summary
 ClassicCounter dateCliqueCounter
           
 HashMap inverseAcronymMap
           
 ClassicCounter locationCliqueCounter
           
 HashMap stemmedAcronymIndex
           
 ArrayList urls
           
 ClassicCounter workshopInfoCliqueCounter
           
 
Constructor Summary
CliqueTemplates()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stemmedAcronymIndex

public HashMap stemmedAcronymIndex

inverseAcronymMap

public HashMap inverseAcronymMap

urls

public ArrayList urls

dateCliqueCounter

public ClassicCounter dateCliqueCounter

locationCliqueCounter

public ClassicCounter locationCliqueCounter

workshopInfoCliqueCounter

public ClassicCounter workshopInfoCliqueCounter
Constructor Detail

CliqueTemplates

public CliqueTemplates()


Stanford NLP Group