|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.summarisation.methods.TFxIDF
at.tuwien.ifs.somtoolbox.summarisation.methods.KeywordMethod
public class KeywordMethod
Field Summary | |
---|---|
private cern.colt.list.DoubleArrayList |
keyarray
|
Constructor Summary | |
---|---|
KeywordMethod(PartOfSpeech p)
|
Method Summary | |
---|---|
cern.colt.list.DoubleArrayList |
computeScores(java.lang.String type)
computes scores of each sentence |
void |
setDocument(java.lang.String filename,
java.util.ArrayList<java.lang.String> doc)
Sets document |
Methods inherited from class at.tuwien.ifs.somtoolbox.summarisation.methods.TFxIDF |
---|
setVectors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private cern.colt.list.DoubleArrayList keyarray
Constructor Detail |
---|
public KeywordMethod(PartOfSpeech p)
Method Detail |
---|
public void setDocument(java.lang.String filename, java.util.ArrayList<java.lang.String> doc)
TFxIDF
setDocument
in class TFxIDF
public cern.colt.list.DoubleArrayList computeScores(java.lang.String type)
TFxIDF
computeScores
in class TFxIDF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |