sparknlp.common.completion_post_processing# Module Contents# Classes# CompletionPostProcessing class CompletionPostProcessing[source]# removeThinkingTag[source]# setRemoveThinkingTag(value: str)[source]# Set a thinking tag (e.g. think) to be removed from output. Will produce the regex: (?s)<$TAG>.+?</$TAG> getRemoveThinkingTag()[source]# Get the thinking tag to be removed from output.