almende / dialog

Tools for Human-Software Agent interaction

Home Page:http://www.almende.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trips over answer with words separated with multiple spaces

bartkiers opened this issue · comments

When I answer "#tableSoccer   #quit" (multiple spaces between the hashtagged words), my answer isn't understood!

String[] tokens = answer.trim().split("\\s+");

Voila!