svoid test_PositionalTokenIndex() { new PositionalTokenIndex idx; idx.addAll(map wordTok(tlft([[ you are here what is this hello world hello you ]]))); printStruct(idx); }