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
When using one of the match functions (i.e. prefix_match in my case) it returns weird character symbols for many "foreign" characters, e.g. German ä, ö, ü or ß or basically all Hindi words/characters.
Example:
labels <- c("test", "Vie privée", "Vie", "फेसबुक के विकल्प के तौर पर Insagram ऐप का इस्ते")
trie <- trie(keys = labels, values = labels)
a <- prefix_match(trie, labels)
When using one of the match functions (i.e.
prefix_match
in my case) it returns weird character symbols for many "foreign" characters, e.g. German ä, ö, ü or ß or basically all Hindi words/characters.Example:
which returns:
The text was updated successfully, but these errors were encountered: