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

Repeating Consecutive Words causes False Positives #31

Open
ItsAnoch opened this issue Apr 30, 2024 · 1 comment
Open

Repeating Consecutive Words causes False Positives #31

ItsAnoch opened this issue Apr 30, 2024 · 1 comment

Comments

@ItsAnoch
Copy link

Phrases like:

  • "dog dog dog"
  • "monkey monkey monkey"

trick the algorithm into responding with false positives. Just remove repeating words, could improve API latency and accuracy.

@joschan21
Copy link
Owner

That is very interesting. Gonna need to investigate more why this happens, very weird that his happens but great catch

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

2 participants