Glossary

Text analytics

The techniques used to extract structured information and insight from unstructured text, from keyword counts to deep NLP.

Text analytics is the umbrella term for the set of techniques used to turn unstructured text into structured, analyzable data, ranging from simple keyword and frequency counts to deep natural language processing.

It encompasses more specific techniques such as sentiment analysis for opinion, topic modeling for theme discovery, and Named Entity Recognition for extracting specific facts, and increasingly draws on general-purpose large language models that can perform several of these tasks at once through a single prompt rather than separate purpose-built models. This differs from full natural language understanding in that many text analytics tasks aim at extracting one structured signal rather than genuinely comprehending meaning.

Organizations apply text analytics to customer support tickets, product reviews, and survey responses, as well as content collected through social listening, turning volumes of free text no analyst could read individually into dashboards and trends. The main pitfalls are applying a model trained on one domain or language to another where it performs poorly, and treating extracted signals as ground truth without spot-checking against the original text.

Last reviewed September 22, 2026

In the index now

Related terms

Related tools

Related guides