org.knowceans.corpus.parsers.reuters
Class ReutersDocument

java.lang.Object
  extended by org.knowceans.corpus.ADocument
      extended by org.knowceans.corpus.parsers.reuters.ReutersDocument

public class ReutersDocument
extends ADocument

TODO: not completed

Author:
heinrich

Field Summary
(package private)  java.util.Vector<java.lang.Integer> sco
          categories
(package private)  java.util.Vector<java.lang.String> sub
           
 
Fields inherited from class org.knowceans.corpus.ADocument
key, sentenceIndex, txt, ueb
 
Constructor Summary
ReutersDocument()
           
 
Method Summary
 boolean isValid()
          if the document has enough information to be valid, i.e., have at least a text body and key.
 
Methods inherited from class org.knowceans.corpus.ADocument
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sco

java.util.Vector<java.lang.Integer> sco
categories


sub

java.util.Vector<java.lang.String> sub
Constructor Detail

ReutersDocument

public ReutersDocument()
Method Detail

isValid

public boolean isValid()
if the document has enough information to be valid, i.e., have at least a text body and key.

Returns: