Parsing Algorithm: Vector Unification
Shieberfs restriction is required for avoiding an explosion of a non-terminal set in the CFG compilation technique.
Vector Unification : Store the removed feature values to a vector and performs unification of those values at parsing time.
Unify the vector with another vector at parsing time.