nltk.ApplicationExpression.free

ApplicationExpression.free()

Return a set of all the free (non-bound) variables. This includes both individual and predicate variables, but not constants. :return: set of Variable objects