Text Word Frequency
Returns normalized word frequencies with deterministic stopword removal and sorting.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
text | text | Yes | Text |
top_n | integer | Yes | Top n |
Outputs
| Name | Type | Description |
|---|---|---|
frequencies | array | Frequencies |
work | array | Work |
Sample request
{
"text": "alpha beta beta gamma gamma gamma",
"top_n": 3
}