Beispiel #1
0
    def __init__(self):

        self.sequence = [
            lx.WillIsGonna(),
            lx.MakeCause(),
            lx.Conditions(),
            lx.Worse()
        ]
Beispiel #2
0
    def __init__(self):

        self.sequence = [
            lx.SubjNonthird(),
            lx.TakeApplyUse(),
            ex.ProductsExpander(),
            lx.WillIsGonna(),
            lx.Conditions(),
            lx.Get(),
            lx.Worse()
        ]
Beispiel #3
0
    def __init__(self):

        self.sequence = [
            lx.DoctorNurse(),
            lx.Prescribed(),
            ex.ProductsExpander(),
            lx.WillIsGonna(),
            lx.Conditions(),
            lx.Get(),
            lx.Worse()
        ]
Beispiel #4
0
    def __init__(self):

        self.sequence = [
            lx.WillIsGonna(),
            lx.Conditions(),
            lx.Get(),
            lx.Worse(),
            lx.If(),
            lx.PossessedNouns(),
            lx.TakeApplyUse(),
            ex.ProductsExpander()
        ]
Beispiel #5
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.Was(),
            lx.Prescribed(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.Conditions(),
            lx.Get(),
            lx.Worse()
        ]
Beispiel #6
0
 def __init__(self):
     
     self.sequence = [lx.About(), lx.Conditions()]
Beispiel #7
0
 def __init__(self):
     
     self.sequence = [lx.ProductsBasic(), lx.For(), lx.Conditions()]