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

        self.sequence = [
            lx.CanShouldShall(),
            lx.SubjThird(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            lx.ProductsBasic()
        ]
Exemplo n.º 2
0
    def __init__(self):

        self.sequence = [
            lx.IsIt(),
            lx.SafeDangerous(),
            lx.To(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            lx.ProductsBasic()
        ]
Exemplo n.º 3
0
    def __init__(self):

        self.sequence = [
            lx.CanShouldShall(),
            lx.PossessedNouns(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            ex.ProductsExpander(),
            ex.OptionalForHisSkin()
        ]
Exemplo n.º 4
0
    def __init__(self):

        self.sequence = [
            lx.IsIt(),
            lx.SafeDangerous(),
            lx.To(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            ex.ProductsExpander(),
            ex.OptionalForHisSkin()
        ]
Exemplo n.º 5
0
    def __init__(self):

        self.sequence = [
            lx.IamWeare(),
            lx.WonderingWorried(),
            lx.IfWhether(),
            lx.SubjNonthird(),
            lx.CanShouldShall(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesNonthird(),
            lx.ProductsBasic()
        ]
Exemplo n.º 6
0
    def __init__(self):

        self.sequence = [
            lx.IamWeare(),
            lx.WonderingWorried(),
            lx.IfWhether(),
            lx.ItIs(),
            lx.SafeDangerous(),
            lx.To(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesNonthird(),
            lx.ProductsBasic()
        ]
Exemplo n.º 7
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.Is(),
            lx.WonderingWorried(),
            lx.IfWhether(),
            lx.ItIs(),
            lx.SafeDangerous(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            ex.ProductsExpander(),
            ex.OptionalForHisSkin()
        ]
Exemplo n.º 8
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.Is(),
            lx.WonderingWorried(),
            lx.IfWhether(),
            lx.SubjThird(),
            lx.CanShouldShall(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesNonthird(),
            ex.ProductsExpander(),
            ex.OptionalForMySkin()
        ]