Пример #1
0
    def __init__(self):

        self.sequence = [
            lx.CanShouldShall(),
            lx.SubjThird(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            lx.ProductsBasic()
        ]
Пример #2
0
    def __init__(self):

        self.sequence = [
            lx.IsIt(),
            lx.SafeDangerous(),
            lx.To(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            lx.ProductsBasic()
        ]
Пример #3
0
    def __init__(self):

        self.sequence = [
            lx.CanShouldShall(),
            lx.PossessedNouns(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            ex.ProductsExpander(),
            ex.OptionalForHisSkin()
        ]
Пример #4
0
    def __init__(self):

        self.sequence = [
            lx.IsIt(),
            lx.SafeDangerous(),
            lx.To(),
            lx.ContinueStopGerund(),
            lx.TakingApplyingUsing(),
            lx.PossessivesThird(),
            ex.ProductsExpander(),
            ex.OptionalForHisSkin()
        ]
Пример #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()
        ]
Пример #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()
        ]
Пример #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()
        ]
Пример #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()
        ]