brucewlee / lftk

[BEA @ ACL 2023] General-purpose tool for linguistic features extraction; Tested on readability assessment, essay scoring, fake news detection, hate speech detection, etc.
https://lftk.rtfd.io/
Other
109 stars 22 forks source link

Whl file #27

Open masun opened 8 months ago

masun commented 8 months ago

Hallo, I could build the package and create the .whl file, but I could not import it. could you please check out why? or provide a correct file?

The .whl file is here: https://drive.google.com/drive/folders/1SnDOXHBCpyBH1nSO72lQgqB1QDjiOxz2?usp=sharing

I need to install it without neither using internet connection nor .tar.gz file, could you please suggest how ! Thank you

brucewlee commented 8 months ago

if you cannot use pip, how do you think about just git cloning the whole repository and just use it as a code base??