daltonfury42 / truecase

A python true casing utility that restores case information for texts
Apache License 2.0
87 stars 16 forks source link

Incorrect symbol relocation #5

Closed mcilrain closed 3 years ago

mcilrain commented 4 years ago
>>> truecase.get_true_case("Testing $bug")
'Testing$ bug'
daltonfury42 commented 3 years ago

This is fixed, ref https://github.com/daltonfury42/truecase/pull/22