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
The intended output is that none of the input values should have been merged together. Currently, if bus_suffix = FALSE and ignore_strings is not NULL, within refinr:::get_fingerprint_ngram(), vect is being run through business_suffix() (this should not be happening) .... this is causing the issue.
The text was updated successfully, but these errors were encountered:
In
n_gram_merge()
, getting incorrect output when argbus_suffix
is set toFALSE
and a char vector is passed to argignore_strings
. Here's an example:The intended output is that none of the input values should have been merged together. Currently, if
bus_suffix = FALSE
andignore_strings
is notNULL
, withinrefinr:::get_fingerprint_ngram()
,vect
is being run throughbusiness_suffix()
(this should not be happening) .... this is causing the issue.The text was updated successfully, but these errors were encountered: