You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have a requirement where I need to find matching patterns (along with theirs frequency counters) from given input list stating each matched pattern length should be greater than 5. I noticed that there is an one parameter named as 'minlen' that can be used for this purpose.
So is it possible to configure minlen, maxlen outside instead of hardcode to 1 and 1000 respectively? Or is there any other way to achieve this requirement?
Please let me know if you need any details on that.
The text was updated successfully, but these errors were encountered:
I have the same query. I can see that from cli this two parameters can be set. But is there any way to set them in the API? Having the way in the documentation might improve the quality as well. Thanks in advance.
Hello,
I do have a requirement where I need to find matching patterns (along with theirs frequency counters) from given input list stating each matched pattern length should be greater than 5. I noticed that there is an one parameter named as 'minlen' that can be used for this purpose.
So is it possible to configure minlen, maxlen outside instead of hardcode to 1 and 1000 respectively? Or is there any other way to achieve this requirement?
Please let me know if you need any details on that.
The text was updated successfully, but these errors were encountered: