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
I think this can be addressed without much of a performance hit by way of rolling token replacement. The alternative, iterating over the original and replacing only the chunks where this_chunk != original.lower(), obviously doesn't scale well to large inputs.
the remainder text should not be lowercased, this impacts comparisons between remainder and original utterance
similar to #145 which has been fixed in #146
will fix this in the datetime rewrite #74
The text was updated successfully, but these errors were encountered: