Test
Using AZDecrypt to auto-insert spaces in input
Sometimes you have a plaintext that lacks spaces and want to automatically add spaces between words (or what might seem like words). Steps:
- Put a plaintext into the Input window and go to Format, Add spaces to plaintext.
- The spacing is based on the two letter 5-grams files inside the N-grams\Spaces directory.
- Under Options, Solver options there are two settings related to it:
- (General) Add spaces to output
- (General) Add spaces to output iterations
- It uses a small hill climber for the function so upping the iterations may improve quality slightly.