Node Inputs
Required Fields
Text:The text content to analyze.
Example:
"This is a sample text. It contains multiple sentences! And it's used for word counting."
Optional Fields
Count Stopwords:Include common stopwords (the, and, is, etc.) in word count.
Example:
false
Default:
true
Language:Language for stopword detection.
Example:
"en"
Default:
"en"
Node Output
Text Statistics:Comprehensive text analysis including word count, character count, and readability metrics. Example Output:
Node Functionality
The Word Counter node:- Counts words, characters, sentences, and paragraphs.
- Analyzes unique words and word frequency.
- Calculates reading time estimates.
- Provides average word and sentence lengths.
- Identifies stopwords and their frequency.
- Useful for content analysis, SEO optimization, and readability assessment.