Definition
A representation that orders lexical items by decreasing observed frequency and maps each rank r to the corresponding frequency f(r); it summarises how token occurrences are apportioned across distinct types in a text or corpus.
Principle
Principle
Ordering by rank produces a compact summary of usage concentration and tail behaviour: the shape of the rank–frequency mapping encodes concentration (how much mass the top ranks hold), tail heaviness (rate at which frequencies decline), and potential regularities (power‑law segments, plateaus, cutoffs) that are informative for modelling and comparison.
Demonstration
Demonstration
Illustrative scenario: For a corpus, compute type counts, sort types by descending count, assign rank 1 to the most frequent type, and tabulate f(r) for each r. Plotting f(r) or its logarithm against rank reveals the distribution’s shape; recognition: a steep initial decline indicates strong concentration, a long shallow tail indicates many low‑frequency types.
Misapplication
Misapplication
Comparing raw rank–frequency lists across corpora of different size or different tokenisation without normalisation is misleading because ranks and absolute frequencies are scale‑dependent. Interpreting rank proximity as semantic similarity is a category error: rank conveys distributional frequency, not meaning.
Consequence
Consequence
Rank–frequency distributions provide input to model selection, vocabulary truncation, smoothing strategies, and corpus comparison metrics; causally, their heavy‑tail properties imply persistent rarity which affects evaluation, lexicon coverage planning, and rare‑word handling in NLP systems.
Reversal
Reversal
In small or highly curated corpora rank ordering may be unstable (ranks fluctuate with small sample changes); ties in frequency require deterministic tie‑breaking rules to make ranks repeatable. For context‑sensitive uses (e.g., collocations), simple rank–frequency omits ordering information conditional on context and can mislead.
Boundary
Boundary
Clearly within: a frequency‑ordered list of token types derived from counted token occurrences under a defined tokenisation. Boundary case: rank–frequency derived from lemmas rather than surface tokens — shape changes. Clearly outside: contextual importance measures (TF‑IDF per document) or association measures (pointwise mutual information) that condition frequencies on context rather than global rank.
Semantic Tension
Semantic Tension
Rank–frequency distributions trade concision against identity: they summarise global distributional form while discarding lexical identity and contextual roles, creating tension between the desire for compact summarisation and the need for token‑level interpretability.
Synthesis
Synthesis
The rank–frequency distribution is the canonical macro‑level summary of token allocation across types: it exposes concentration and tail structure essential for quantitative modelling and engineering decisions, but it must be interpreted alongside token identity, preprocessing choices, and contextual measures to support substantive linguistic claims.