at.tuwien.ifs.somtoolbox.summarisation.methods
Class CombinedMethod

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.summarisation.methods.TFxIDF
      extended by at.tuwien.ifs.somtoolbox.summarisation.methods.CombinedMethod

public class CombinedMethod
extends TFxIDF

Version:
$Id: CombinedMethod.java 3589 2010-05-21 10:42:01Z mayer $
Author:
Julius Penaranda

Field Summary
(package private)  cern.colt.list.DoubleArrayList finalarray
           
(package private)  KeywordMethod km
           
(package private)  cern.colt.list.DoubleArrayList kmarray
           
(package private)  LocationMethod lm
           
(package private)  cern.colt.list.DoubleArrayList locarray
           
(package private)  cern.colt.list.DoubleArrayList tfxidfarray
           
(package private)  cern.colt.list.DoubleArrayList titlearray
           
(package private)  TitleMethod tm
           
 
Constructor Summary
CombinedMethod(PartOfSpeech p)
           
 
Method Summary
 cern.colt.list.DoubleArrayList computeScores()
          adds scores of alle implemented methods
 void setDocument(String filename, ArrayList<String> doc)
          Sets document
 void setVectors(InputData input, SOMLibTemplateVector template)
           
 
Methods inherited from class at.tuwien.ifs.somtoolbox.summarisation.methods.TFxIDF
computeScores
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lm

LocationMethod lm

tm

TitleMethod tm

km

KeywordMethod km

locarray

cern.colt.list.DoubleArrayList locarray

titlearray

cern.colt.list.DoubleArrayList titlearray

tfxidfarray

cern.colt.list.DoubleArrayList tfxidfarray

kmarray

cern.colt.list.DoubleArrayList kmarray

finalarray

cern.colt.list.DoubleArrayList finalarray
Constructor Detail

CombinedMethod

public CombinedMethod(PartOfSpeech p)
Method Detail

setVectors

public void setVectors(InputData input,
                       SOMLibTemplateVector template)
Overrides:
setVectors in class TFxIDF

setDocument

public void setDocument(String filename,
                        ArrayList<String> doc)
Description copied from class: TFxIDF
Sets document

Overrides:
setDocument in class TFxIDF

computeScores

public cern.colt.list.DoubleArrayList computeScores()
adds scores of alle implemented methods