- Are stop words filtered?
- Yes by default — common words (the, and, of, to, a) are excluded so the signal-to-noise ratio is better. Toggle off to include them.
- Can I customize the stop-word list?
- Yes — paste your own list (one word per line). Useful for domain-specific analysis where 'customer' or 'user' should be filtered.
- Is it case-sensitive?
- Case-insensitive by default. 'The' and 'the' are counted together. Toggle strict case if you want to distinguish 'Apple' (brand) from 'apple' (fruit).
- What about bigrams or phrases?
- This tool is word-level. For phrase frequency (bigrams, trigrams) use dedicated text-mining software — it's a different algorithm.