matchedTokens property
The tokens that were successfully matched. user types: George Harrison ate pizza we tokenized: My mate George Jones threw poker chips in Georgetown with his wife Atena. matchedTerms = George, ate matchedTokens = Georgetown, Atena, George, mate
Implementation
final Set<TermMatch> matchedTokens;