Frequency Analysis Tool

Available on TestFlight TestFlight Link

Frequency analysis is the study of the distribution of the letters in a text.

Input

Frequency Analysis Tool will input a text file that is UTF-8 compatible.

Output

Will output a frequency analysis of the most common consecutive one-character, two-character, and three-character patterns.

This will allow a printing company to easily determine the most commonly used ligatures.

Interface

iOS App utilizes a button to input a text file and table view to show the status of frequency analysis. The frequency analysis is displayed in a SwiftUI view by clicking on the cell. (Frequency analysis must be complete to view charts)

Frequency Analysis

Frequency analysis are conducted concurrently. Analysis can be canceled by clicking on the cell that is currently analyzing.