3435363738394041424344
tweet.getAnnotations().add(triple); } }; try { matcher.match(tweet.getText(), tripleHandler, new SimpleTweetContext(tweet)); } catch (MatcherException e) { throw new HandlerException(e); } baseHandler.handle(tweet);