public class DependencyItemInNuclei
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected java.lang.String |
posTag |
protected java.util.List<DependencySentenceInfo> |
sl |
Constructor and Description |
---|
DependencyItemInNuclei() |
DependencyItemInNuclei(int count,
java.lang.String Tag) |
Modifier and Type | Method and Description |
---|---|
void |
addNewDependencySentenceInfo(int sentenceNR,
int nucleiPos,
int sentenceBegin,
int sentenceEnd) |
void |
addNewDependencySentenceInfoUniGrams(int sentenceNR,
int positionNR,
int headIndex)
listworkerstuff below
|
void |
addNewNucleiToSentenceInfoLeft(DependencySentenceInfo si,
DependencySentenceInfo sitemp) |
void |
addNewNucleiToSentenceInfoRight(DependencySentenceInfo si,
DependencySentenceInfo sitemp) |
void |
addNewSentenceInfoLeft(DependencySentenceInfo si) |
void |
addNewSentenceInfoRigth(DependencySentenceInfo si) |
boolean |
equals(java.lang.Object obj) |
int |
getCount() |
java.lang.String |
getPosTag() |
DependencySentenceInfo |
getSentenceInfoAt(int i) |
int |
getSentenceInfoSize()
listworkerstuff below
|
int |
indexOfSentenceInfo(DependencySentenceInfo si) |
void |
setCount(int count) |
void |
setPosTag(java.lang.String posTag) |
protected java.lang.String posTag
protected java.util.List<DependencySentenceInfo> sl
protected int count
public DependencyItemInNuclei()
public DependencyItemInNuclei(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 addNewDependencySentenceInfoUniGrams(int sentenceNR, int positionNR, int headIndex)
i
- public void addNewDependencySentenceInfo(int sentenceNR, int nucleiPos, int sentenceBegin, int sentenceEnd)
public void addNewNucleiToSentenceInfoLeft(DependencySentenceInfo si, DependencySentenceInfo sitemp)
public void addNewNucleiToSentenceInfoRight(DependencySentenceInfo si, DependencySentenceInfo sitemp)
public void addNewSentenceInfoLeft(DependencySentenceInfo si)
public void addNewSentenceInfoRigth(DependencySentenceInfo si)
public int getSentenceInfoSize()
public DependencySentenceInfo getSentenceInfoAt(int i)
public int indexOfSentenceInfo(DependencySentenceInfo si)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)