Skip to content
New issue

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

Multiple instances of the same processing units in one pipeline? #900

Open
hicham17 opened this issue Dec 24, 2021 · 0 comments
Open

Multiple instances of the same processing units in one pipeline? #900

hicham17 opened this issue Dec 24, 2021 · 0 comments
Labels

Comments

@hicham17
Copy link

Question
Hello
I was wondering if it was possible to have for instance the follonwing pipeline

    {
        "unit_name": "deterministic_intent_parser",
        "ignore_stop_words": False ,
    },
    {
        "unit_name": "lookup_intent_parser",
        "ignore_stop_words": False
    },
    {
        "unit_name": "lookup_intent_parser",
        "ignore_stop_words": True
    },
    {
        "unit_name": "probabilistic_intent_parser",
        ....
   }

The idea is to check for an exact match first
then a match with no stop words
and last use the probabilistic model

Thanks in advance
Hicham

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant