"just google it" false positive #30

Closed
opened 2024-01-23 10:54:20 -05:00 by adam · 2 comments
Owner
No description provided.
Author
Owner

is the feature off, or locked? I notice she said "just", then later "google", but I don't see "it" after.
..ah, on closer inspection, the "actual" trigger is (just )?google( (it|that|things|before))?\\b. meaning if the next word doesn't fit, it's fine.

what you really want is "is Google being used as a verb". but that would require a lot more lexical understanding than exists atm, so just remove the conditional.

is the feature off, or locked? I notice she said "just", then later "google", but I don't see "it" after. ..ah, on closer inspection, the "actual" trigger is `(just )?google( (it|that|things|before))?\\b`. meaning if the next word doesn't fit, it's fine. what you *really* want is "is Google being used as a verb". but that would require a lot more lexical understanding than exists atm, so just remove the conditional.
Author
Owner

works in test, if it shows up again, new issue

works in test, if it shows up again, new issue
adam closed this issue 2025-05-22 12:05:06 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: greyn/vassago#30
No description provided.