at.tuwien.ifs.somtoolbox.summarisation.methods
Class CombinedMethod
java.lang.Object
at.tuwien.ifs.somtoolbox.summarisation.methods.TFxIDF
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
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 |
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
CombinedMethod
public CombinedMethod(PartOfSpeech p)
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