}
if (null != evt.getEntity2_index()) {
feature.addEntity2(evt.getEntity2_index());
}
if (null != evt.getVerb()) {
feature.addVerb(evt.getVerb());
}
if (null != evt.getEntity1()) {
// Restrict length of entity string, in case it's a quotation
if (evt.getEntity1().length() > AssociationFeaturePojo.entity_MAXSIZE) {
int i = AssociationFeaturePojo.entity_MAXSIZE;