uk.ac.man.entitytagger.entities.misc
Class CellLinePostprocessor

java.lang.Object
  extended by uk.ac.man.entitytagger.matching.Postprocessor
      extended by uk.ac.man.entitytagger.entities.misc.CellLinePostprocessor

public class CellLinePostprocessor
extends Postprocessor


Field Summary
private  int POST
           
private  int PRE
           
 
Fields inherited from class uk.ac.man.entitytagger.matching.Postprocessor
comments
 
Constructor Summary
CellLinePostprocessor(java.io.File[] stopTermFiles, java.io.File[] acronymProbFiles, java.io.File[] entityFrequencyFiles, java.util.logging.Logger logger, java.util.Map<java.lang.String,java.lang.String> comments)
           
 
Method Summary
private  java.util.List<Mention> filterForCells(java.util.List<Mention> matches, java.lang.String text)
           
static Postprocessor getPostprocessor(ArgParser ap, java.util.logging.Logger logger, java.util.Map<java.lang.String,java.lang.String> comments)
           
 java.util.List<Mention> postProcess(java.util.List<Mention> matches, java.lang.String text)
           
 
Methods inherited from class uk.ac.man.entitytagger.matching.Postprocessor
comment, setProbs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRE

private final int PRE
See Also:
Constant Field Values

POST

private final int POST
See Also:
Constant Field Values
Constructor Detail

CellLinePostprocessor

public CellLinePostprocessor(java.io.File[] stopTermFiles,
                             java.io.File[] acronymProbFiles,
                             java.io.File[] entityFrequencyFiles,
                             java.util.logging.Logger logger,
                             java.util.Map<java.lang.String,java.lang.String> comments)
Method Detail

postProcess

public java.util.List<Mention> postProcess(java.util.List<Mention> matches,
                                           java.lang.String text)
Overrides:
postProcess in class Postprocessor

filterForCells

private java.util.List<Mention> filterForCells(java.util.List<Mention> matches,
                                               java.lang.String text)

getPostprocessor

public static Postprocessor getPostprocessor(ArgParser ap,
                                             java.util.logging.Logger logger,
                                             java.util.Map<java.lang.String,java.lang.String> comments)