Would like to know if we can disable Dictionary Match as an optional customization?
I tried disabling it by commenting the invocation of Matchers\DictionaryMatch::class, in getMatchers() function of Matcher.php file.
Just wanted to know if there's another option or this is the only one I could use here?
Note: I don't want to alter contents of ranked_frequency_lists.json file.
Hi,
Would like to know if we can disable Dictionary Match as an optional customization? I tried disabling it by commenting the invocation of
Matchers\DictionaryMatch::class
, ingetMatchers()
function ofMatcher.php
file. Just wanted to know if there's another option or this is the only one I could use here?Note: I don't want to alter contents of
ranked_frequency_lists.json
file.