Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to minimise false-positives outputs #11

Closed
irsdl opened this issue Jan 19, 2016 · 1 comment
Closed

Option to minimise false-positives outputs #11

irsdl opened this issue Jan 19, 2016 · 1 comment

Comments

@irsdl
Copy link
Owner

irsdl commented Jan 19, 2016

To reduce false positive results when every single letter in a file/directory name is detected as a new instance.
This may lead to missing some of the files when they use similar names but will reduce false positives dramatically.
Example:
|_ INDEX1
|_ Actual directory name = INDEX
|_ INDEX
2
|_ Actual directory name = INDEX
|_ INDEX3
|_ Actual directory name = INDEX
|_ INDE
1
|_ Actual directory name = INDE
|_ INDE2
|_ Actual directory name = INDE
|_ INDE
3
|_ Actual directory name = INDE
|_ IND1
|_ Actual directory name = IND
|_ IND
2
|_ Actual directory name = IND
|_ IND3
|_ Actual directory name = IND
|_ IN
1
|_ Actual directory name = IN
|_ IN2
|_ Actual directory name = IN
|_ IN
3
|_ Actual directory name = IN
|_ I1
|_ Actual directory name = I
|_ I
2
|_ Actual directory name = I
|_ I~3
|_ Actual directory name = I

@irsdl
Copy link
Owner Author

irsdl commented Jan 19, 2016

It was possible to resolve this issue by increasing "maxDelayAfterEachRequest" in the config file or by limiting "forceNumericalPart" to 1.

@irsdl irsdl closed this as completed Jan 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant