public class ItemInNuclei
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected java.lang.String |
posTag |
protected java.util.List<SentenceInfo> |
sl |
Constructor and Description |
---|
ItemInNuclei() |
ItemInNuclei(int count,
java.lang.String Tag) |
Modifier and Type | Method and Description |
---|---|
void |
addNewNucleiToSentenceInfoLeft(SentenceInfo si,
SentenceInfo sitemp) |
void |
addNewNucleiToSentenceInfoRight(SentenceInfo si,
SentenceInfo sitemp) |
void |
addNewSentenceInfo(int sentenceNR,
int nucleiPos,
int sentenceBegin,
int sentenceEnd) |
void |
addNewSentenceInfoLeft(SentenceInfo si) |
void |
addNewSentenceInfoRigth(SentenceInfo si) |
void |
addNewSentenceInfoUniGrams(int sentenceNR,
int positionNR)
listworkerstuff below
|
int |
getCount() |
java.lang.String |
getPosTag() |
SentenceInfo |
getSentenceInfoAt(int i) |
int |
getSentenceInfoSize()
listworkerstuff below
|
int |
indexOfSentenceInfo(SentenceInfo si) |
void |
setCount(int count) |
void |
setPosTag(java.lang.String posTag) |
protected java.lang.String posTag
protected java.util.List<SentenceInfo> sl
protected int count
public ItemInNuclei()
public ItemInNuclei(int count, java.lang.String Tag)
public int getCount()
public void setCount(int count)
count
- the count to setpublic java.lang.String getPosTag()
public void setPosTag(java.lang.String posTag)
posTag
- the posTag to setpublic void addNewSentenceInfoUniGrams(int sentenceNR, int positionNR)
public void addNewSentenceInfo(int sentenceNR, int nucleiPos, int sentenceBegin, int sentenceEnd)
public void addNewNucleiToSentenceInfoLeft(SentenceInfo si, SentenceInfo sitemp)
public void addNewNucleiToSentenceInfoRight(SentenceInfo si, SentenceInfo sitemp)
public void addNewSentenceInfoLeft(SentenceInfo si)
public void addNewSentenceInfoRigth(SentenceInfo si)
public int getSentenceInfoSize()
public SentenceInfo getSentenceInfoAt(int i)
public int indexOfSentenceInfo(SentenceInfo si)