brucewlee / lingfeat

[EMNLP 2021] LingFeat - A Comprehensive Linguistic Features Extraction ToolKit for Readability Assessment
Creative Commons Attribution Share Alike 4.0 International
121 stars 16 forks source link

Feature Naming issue #3

Closed shehzaadzd closed 2 years ago

shehzaadzd commented 2 years ago

https://github.com/brucewlee/lingfeat/blob/281a9e2f8be9305aad764978aeadd5283d37084c/lingfeat/_AdvancedSemantic/OSKF.py#L90 https://github.com/brucewlee/lingfeat/blob/281a9e2f8be9305aad764978aeadd5283d37084c/lingfeat/_AdvancedSemantic/OSKF.py#L92 https://github.com/brucewlee/lingfeat/blob/281a9e2f8be9305aad764978aeadd5283d37084c/lingfeat/_AdvancedSemantic/OSKF.py#L94 https://github.com/brucewlee/lingfeat/blob/281a9e2f8be9305aad764978aeadd5283d37084c/lingfeat/_AdvancedSemantic/OSKF.py#L96

Should be ORich, OClar, ONois, OTopic respectively

brucewlee commented 2 years ago

Thanks! I'll fix the namings :)