SF Text Analyzer

SFTextAnalyzer

Analyzes text and returns: - **word_count**: Actual word count - **token_estimate**: Estimated Claude token count (approximate, based on char/4 rule) - **summary**: Formatted text summary Note: Token count is an estimation, not exact Claude tokenization.

Pack: comfyui-stillfront

custom_nodes.comfyui-stillfront

Inputs (1)

NameTypeRequired
textSTRINGrequired

Outputs (3)

NameType
word_countINT
token_estimateINT
summarySTRING