orkgnlp.common.util.decorators.sanitize_text

sanitize_text(f)[source]

This decorator can only be used above functions having the argument text at first position. The wrapper function returns the passed text if it’s not empty or an empty string in case of empty or None passed argument.

Parameters

f – The decorated function.