|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.disc.SlimDiscourse
Simplified and serializable wrapper instance of a SirDiscourse.
Constructor Summary | |
SlimDiscourse()
Create a new SlimDiscourse instance. |
|
SlimDiscourse(SirDiscourse sDisc,
boolean ignoreIrrelevantClauses,
int onlyPositiveProfFeatures)
Create a new SlimDiscourse instance. |
Method Summary | |
java.lang.String |
getName()
Return the file name this SlimDiscourse is based on. |
int |
getOnlyPositiveProfFeatures()
Return the onlyPositiveProfFeatures. |
java.util.ArrayList |
getWordList()
Return the words (nouns) of this SlimDiscourse. |
boolean |
isIgnoreIrrelevantClauses()
Return the ignoreIrrelevantClauses. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SlimDiscourse()
public SlimDiscourse(SirDiscourse sDisc, boolean ignoreIrrelevantClauses, int onlyPositiveProfFeatures)
Method Detail |
public boolean isIgnoreIrrelevantClauses()
public int getOnlyPositiveProfFeatures()
public java.lang.String getName()
public java.util.ArrayList getWordList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |