daltonfury42 / truecase

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

module 'truecase' has no attribute 'get_true_case' #27

Open These-SCAI2023 opened 2 years ago

These-SCAI2023 commented 2 years ago

When I use the code, I get the error :

module 'truecase' has no attribute 'get_true_case'

how to fix it?

I am running Ubuntu 20.04.4 LTS I have installed nltk I use python 3.7

Thank you for your answer