We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09dcbf commit c6c3bdeCopy full SHA for c6c3bde
README.md
@@ -173,14 +173,14 @@ Subsequence Match Merging
173
(between 1 and 50, default: 6).
174
175
Frequency Analysis
176
- --frequency-strategy=<{COMPLETE_MATCHES,
177
- CONTAINED_MATCHES, SUB_MATCHES, WINDOW_OF_MATCHES}>
178
- Strategy for frequency Analysis, one
179
- of: COMPLETE_MATCHES, CONTAINED_MATCHES, SUB_MATCHES,
180
- WINDOW_OF_MATCHES (default: null).
+ --frequency-strategy=<{COMPLETE_MATCHES, CONTAINED_MATCHES, SUB_MATCHES,
+ WINDOW_OF_MATCHES}>
+ Strategy for frequency Analysis, one of:
+ COMPLETE_MATCHES, CONTAINED_MATCHES, SUB_MATCHES,
+ WINDOW_OF_MATCHES (default: null).
181
--weighting-strategy=<{PROPORTIONAL, LINEAR, QUADRATIC, SIGMOID}>
182
- Strategy for frequency Weighting, one
183
- of: PROPORTIONAL, LINEAR, QUADRATIC, SIGMOID
+ Strategy for frequency Weighting, one of: PROPORTIONAL,
+ LINEAR, QUADRATIC, SIGMOID
184
(default: null).
185
Languages:
186
c
0 commit comments