Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
In
n_gram_merge(), getting incorrect output when argbus_suffixis set toFALSEand 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 = FALSEandignore_stringsis notNULL, withinrefinr:::get_fingerprint_ngram(),vectis being run throughbusiness_suffix()(this should not be happening) .... this is causing the issue.