|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConstituentFactory
A ConstituentFactory is a factory for creating objects
of class Constituent, or some descendent class.
An interface.
| Method Summary | |
|---|---|
Constituent |
newConstituent(int start,
int end)
Build a constituent with this start and end. |
Constituent |
newConstituent(int start,
int end,
Label label,
double score)
Build a constituent with this start and end. |
| Method Detail |
|---|
Constituent newConstituent(int start,
int end)
start - Start positionend - End position
Constituent newConstituent(int start,
int end,
Label label,
double score)
start - Start positionend - End positionlabel - Labelscore - Score
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||