예제 #1
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.TakeApplyUse(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
예제 #2
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.Was(),
            lx.Prescribed(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
예제 #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()
        ]
예제 #4
0
 def __init__(self):
     
     self.sequence = [lx.ByTheDoctor()]