Difference between revisions of "Test"
(Replaced content with "* Put a plaintext into the Input window and go to Format, Add spaces to plaintext. ** (General) Add spaces to output ** (General) Add spaces to output iterations * It uses...") |
|||
Line 1: | Line 1: | ||
+ | = 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. | * 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 | ||
** (General) Add spaces to output iterations | ** (General) Add spaces to output iterations | ||
* It uses a small hill climber for the function so upping the iterations may improve quality slightly. | * It uses a small hill climber for the function so upping the iterations may improve quality slightly. |
Revision as of 03:31, 23 April 2022
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.