PT Bigram Frequency
Shows typical bigram frequency for most common Brazilian Portuguese pairs typical corpus.
—
Bigram Frequency in Brazilian Portuguese
A bigram is just a pair of letters sitting next to each other in a text. To get how often each pair shows up, you divide its count by the total, which is what f(xy) = count(xy) / total_bigrams says. The denominator counts every overlapping letter pair in the corpus. A string of length n always gives you n - 1 bigrams.
Because Brazilian Portuguese leans on open syllables and endings full of vowels, the most frequent bigrams tend to mirror that. Measured against the Câmara Cascudo Brazilian Corpus and a few other reference collections, the top ten usually come out as “ar”, “es”, “de”, “os”, “do”, “ra”, “te”, “to”, “na” and “as”.
Applications
Classical n-gram language models lean heavily on bigram statistics, and you find them all over the place: NLP pipelines, the autocomplete and predictive text running on your phone, OCR cleanup, and statistical cryptanalysis. They also show up as features when a system tries to guess which language a text is in, or who wrote it.
FAQ
Why are bigrams more useful than single letters? A single letter only tells you how often that letter appears on its own. A bigram carries some local context and a hint of syllable structure, which makes a big difference for tasks like guessing the language or predicting the next character.
Do bigrams cross word boundaries? That comes down to your tokenizer. If it pays attention to whitespace, it keeps bigrams inside a single word. A character-level extractor will happily include space-letter pairs, and those can actually help with detecting prefixes.
How are accented letters handled? Modern Brazilian Portuguese corpora treat accented characters (á, é, ç) as their own thing. Strip the accents and you end up lumping together bigrams that sound different, so they stay separate.
Related Tools
Closed Pipe Organ Length Calculator
Computes approximate length of a closed pipe organ tube to emit a fundamental frequency using L = c / 4f in atmospheric air.
Heart Rate Calculator
Compute max HR (220 − age) and training zones (fat burn, aerobic, anaerobic) using the Karvonen method.
PT Trigram Frequency
Shows typical trigram frequency for most common Brazilian Portuguese triplets corpus.
Natural Frequency from Static Deflection
Calculate a system's natural frequency from its static deflection, f_n = (1 ÷ 2π)·√(g ÷ δ), where δ is the static deflection caused by self-weight and g the gravitational acceleration (9.81 m/s²). The result, in Hz, is a practical and elegant way to estimate the natural frequency without separately knowing mass and stiffness — you just measure how much the system sags under its own weight. Larger deflections (more flexible systems) give lower natural frequencies, desirable in vibration isolators. It is widely used in spring and mount design. Enter the static deflection (in metres).
RLC Resonance Frequency Calculator
Computes the resonance frequency of a series RLC circuit using the Thomson formula with inductance and capacitance.
Generator Frequency Calculator
Compute generator output frequency (N poles × M rpm): f = (P × N) / 120. Hz output for Brazil (60) and Europe (50).
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.