We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is a child of #10
The text was updated successfully, but these errors were encountered:
@ralphg6 the objective of this issue is to import each Rasa NLU component? Without the need of building a David component with rasa behavior?
Sorry, something went wrong.
Maybe the issue #39 (RASA adapter) is needed to be done before this one 🤔
@arthurTemporim I think we can to build a Rasa NLU component to proxy Rasa Components.
For example, the config can will be:
pipeline: - name: nlu_rasa config: language: en pipeline: - name: "SpacyNLP" - name: "SpacyTokenizer" - name: "SpacyFeaturizer" - name: "RegexFeaturizer" - name: "EntitySynonymMapper" - name: "SklearnIntentClassifier"
Maybe the issue #39 (RASA adapter) is needed to be done before this one thinking
Yes! And #15 too.
No branches or pull requests
This issue is a child of #10
The text was updated successfully, but these errors were encountered: