public class RawRelation
extends Object
This represents relations for training purposes. Please note that a
RawRelation is not equivalent to a RelationDataPoint, because a RawRelation
is allowed to specify multiple members for each slot. The RelationDataPoints
that can be constructed using this RawRelation are implicitly given as
follows:
Say the relationClass of this RawRelation specifies 2 slots and 1 core.
This specific RawRelation now contains IDs for 2 core candidates, 3
candidates for the first slot and 1 candidate for the second slot. Let C, S_1
and S_2 be the respective sets. Than the RelationDataPoints can be
constructed using the Cartesian Product C x S_1 x S_2, leading to 2*3*1 = 6
RelationDataPoints.
- Author:
- Benjamin Paassen - bpaassen(at)techfak.uni-bielefeld.de