|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.knowceans.corpus.ADocument org.knowceans.corpus.parsers.epg.EpgDocument
public class EpgDocument
EpgDocument
<entry> </title> ueb <</title> </keywords> sco <</keywords> </subtitle> sub <</subtitle> </id> key <</id> </abstract> txt <</abstract> <//entry>*
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 | |
---|---|
EpgDocument()
|
Method Summary | |
---|---|
boolean |
isValid()
if the document has enough information to be valid, i.e., have at least a text body and key. |
int |
length()
Get the number of words in the document. |
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 |
---|
java.util.Vector<java.lang.Integer> sco
java.util.Vector<java.lang.String> sub
Constructor Detail |
---|
public EpgDocument()
Method Detail |
---|
public boolean isValid()
public int length()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |