TypeAttributeImpl typeAttr = new TypeAttributeImpl();
typeAttr.setType( "acronym" );
tokens.get( 0 ).add( typeAttr );
OffsetAttributeImpl offsetAttr = new OffsetAttributeImpl();
offsetAttr.setOffset( 4, 7 );
tokens.get( 0 ).add( offsetAttr );
return tokens;
}