PositionIncrementAttributeImpl posIncrAttr = new PositionIncrementAttributeImpl();
posIncrAttr.setPositionIncrement( 3 );
tokens.get( 0 ).add( posIncrAttr );
FlagsAttributeImpl flagsAttr = new FlagsAttributeImpl();
flagsAttr.setFlags( 435 );
tokens.get( 0 ).add( flagsAttr );
TypeAttributeImpl typeAttr = new TypeAttributeImpl();
typeAttr.setType( "acronym" );
tokens.get( 0 ).add( typeAttr );