Newsboy-VA / Newsboy-Core

A virtual assistant for use in homes, cars, robots...
GNU General Public License v3.0
6 stars 1 forks source link

Modules cannot have two of the same entity #1

Open petern3 opened 7 years ago

petern3 commented 7 years ago

NLU only handles one of each entity. The intent.find_all_arguments function could iterate though the words in the phrase, but this also requires some more infrastructure in the argument_regex_dict and intents.json.