Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use N-Gram Counter
Count repeated sequences of a selected number of Unicode words. This n-gram counter works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
N-Gram Counter · Example
Input
Hello world! Local tools help you work. Hello again.
Output
[
{
"text": "hello world",
"count": 1
},
{
"text": "world local",
"count": 1
},
{
"text": "local tools",
"count": 1
},
{
"text": "tools help",
"count": 1
},
{
"text": "help you",
"count": 1
},
{
"text": "you work",
"count": 1
},
{
"text": "work hello",
"count": 1
},
{
"text": "hello again",
"count": 1
}
]Count repeated sequences of a selected number of Unicode words.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.