Rasa NLU: Open-source bot tool for natural language understanding
1–10 of 23 posts
Re: Rasa NLU: Open-source bot tool for natural language understanding
#2Re: Rasa NLU: Open-source bot tool for natural language understanding
#3However I can't find any information in the docs on how comparable the results are (i.e. does it have built-in date and time entity recognition like LUIS?). Most importantly: what languages does this support? All examples are in english-only. Is it even language aware, or do you train a model in any language? I'd be very interested if this were to support languages that LUIS does not have (like my language: Dutch)
Re: Rasa NLU: Open-source bot tool for natural language understanding
#4It would be useful to also have very large training data sets available.
Re: Rasa NLU: Open-source bot tool for natural language understanding
#5These guys have posted a nice blog post about their approach:
https://conversations.golastmile.com/do-it-yourself-nlp-for-...
They suggest that they add the word vectors in the sentence. But it seems to me that that would make the result independent of the order of words (i.e. "when does Tesco open?" and "Open Tesco when does" are the same). I thought I had tested that and it didn't work but actually I just tried saying "Tesco open does when?" to Alexa and it said "Sorry, I don't have the business hours for Tesco". Inconclusive I'd say but interesting anyway!
Re: Rasa NLU: Open-source bot tool for natural language understanding
#6Seems like it doesn't say anywhere which language(s) it support? Guessing it's English only.
"language : language of your app, can be en (English) or de (German)."
Re: Rasa NLU: Open-source bot tool for natural language understanding
#7Re: Rasa NLU: Open-source bot tool for natural language understanding
#8This is interesting, I've been using LUIS for some time now and an open source alternative - especially one that is drop-in API compatible - is very welcome. However I can't find any information in the docs on how comparable the results are (i.e. does it have built-in date and time entity recognition like LUIS?). Most importantly: what languages does this support? All examples are in english-only. Is it even language…
Re: Rasa NLU: Open-source bot tool for natural language understanding
#9A while ago I looked for information on how Alexa, Wit.ai, Nuance Mix etc. do this intent classification and didn't find anything. These guys have posted a nice blog post about their approach: https://conversations.golastmile.com/do-it-yourself-nlp-for-... They suggest that they add the word vectors in the sentence. But it seems to me that that would make the result independent of the order of words (i.e. "when does…
Re: Rasa NLU: Open-source bot tool for natural language understanding
#10This is interesting, I've been using LUIS for some time now and an open source alternative - especially one that is drop-in API compatible - is very welcome. However I can't find any information in the docs on how comparable the results are (i.e. does it have built-in date and time entity recognition like LUIS?). Most importantly: what languages does this support? All examples are in english-only. Is it even language…