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
By default, parser wraps text tokens in word boundary tags (\b). Regexp generated this way does not match source text when token starts or ends with non-word character:
source:
hello, my mood is ok, +depression
value: yes, value variant: +depression
Regex: /\b+depression\b/
By default, parser wraps text tokens in word boundary tags (\b). Regexp generated this way does not match source text when token starts or ends with non-word character:
source:
hello, my mood is ok, +depression
value: yes, value variant: +depression
Regex: /\b+depression\b/
http://rubular.com/r/8Yc6evs0U3
The text was updated successfully, but these errors were encountered: