Ejemplo n.º 1
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.TakeApplyUse(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
Ejemplo n.º 2
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.Was(),
            lx.Prescribed(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
Ejemplo n.º 3
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.Was(),
            lx.Prescribed(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.Conditions(),
            lx.Get(),
            lx.Worse()
        ]
Ejemplo n.º 4
0
 def __init__(self):
     
     self.sequence = [lx.ByTheDoctor()]