def __init__(self): verb_classifier.Engine.__init__(self, "bring", Signature(figure=Agent, landmark=Agent), [#follow.AverageDistance(), #Approach(), AverageOfPrimitives(), ])
def __init__(self): verb_classifier.Engine.__init__(self, "wander", Signature(figure=Agent), [PathSmoothness(), PathLength()] )
def __init__(self): verb_classifier.Engine.__init__(self, "avoid", Signature(figure=Agent, landmark=Agent), [follow.AverageDistance(), #Approach(), #AverageOfPrimitives(), ], isLiquid=True )
def __init__(self): verb_classifier.Engine.__init__( self, "meet", Signature(figure=Agent, landmark=Agent), [ #follow.AverageDistance(), #follow.Visibility(), #Approach(), #follow.AverageOfPrimitives(), DisplacementFeatures(), #follow.MovingTowards(), ])
def __init__(self): verb_classifier.Engine.__init__(self, "follow", Signature(figure=Agent, landmark=Agent), [#AverageDistance(), #Visibility(), #Approach(), AverageOfPrimitives(), #MovingTowards(), ], isLiquid=True)
def __init__(self): verb_classifier.Engine.__init__( self, "check", Signature(figure=Agent, landmark=Agent), [AverageDistance()])
def __init__(self): verb_classifier.Engine.__init__(self, "go", Signature(figure=Agent), [DisplacementFeatures()])