pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Word Frequency

Count word frequency in text

Analyze
Input51 chars
Output0 chars

Examples

Analyze word repetition in a writing sample

Usage
"the quick brown fox jumps over the lazy dog the fox the dog" | lowercase | split --on= | sort-lines | count

Count issue types from a sprint tracker export

Usage
"bug fix bug feature bug enhancement feature fix bug feature" | lowercase | split --on= | sort-lines | count

Tally framework mentions from a survey response

Usage
"react vue react angular react vue svelte react vue angular" | lowercase | split --on= | sort-lines | count