frequency_analysis
Compute letter frequencies in text and compare to English distribution for cryptanalysis.
Instructions
Perform letter frequency analysis on text.
Args: text: Text to analyze
Returns: JSON with letter frequencies and comparison to English
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |