uk.ac.gla.dcs.renaissance.iqir.tasks
Class Summarisation.Sentence

java.lang.Object
  extended by uk.ac.gla.dcs.renaissance.iqir.tasks.Summarisation.Sentence
Enclosing class:
Summarisation

public static class Summarisation.Sentence
extends Object

Representation of a sentence

Author:
B. Piwowarski

Field Summary
 int length
          Length (in words)
 int nbTopicWords
          Number of words from the topic
 bpiwowar.maths.matrix.DoubleMatrix1D vector
          The vector (either sparse or dense)
 
Constructor Summary
Summarisation.Sentence()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

public int length
Length (in words)


nbTopicWords

public int nbTopicWords
Number of words from the topic


vector

public bpiwowar.maths.matrix.DoubleMatrix1D vector
The vector (either sparse or dense)

Constructor Detail

Summarisation.Sentence

public Summarisation.Sentence()


Copyright © 2011. All Rights Reserved.