lingfeat icon indicating copy to clipboard operation
lingfeat copied to clipboard

[EMNLP 2021] LingFeat - A Comprehensive Linguistic Features Extraction ToolKit for Readability Assessment

Results 7 lingfeat issues
Sort by recently updated
recently updated
newest added

/opt/conda/lib/python3.10/site-packages/scipy/__init__.py:146: UserWarning: A NumPy version >=1.16.5 and 1 from lingfeat import extractor File /opt/conda/lib/python3.10/site-packages/lingfeat/__init__.py:1 ----> 1 from lingfeat.extractor import pass_text File /opt/conda/lib/python3.10/site-packages/lingfeat/extractor.py:63 61 # load models 62 NLP = spacy.load('en_core_web_sm')...

Greetings all, I have a large corpus zipping into a `Pandas dataframe `and I'd like to iterate text column to record the results of individual functions to separate columns. As...

Hi, I recent reproduced the paper‘s model, I met this problem when run lingfeat(as well as test_lingfeat.py). it is an environmental problem? Thank you again for your great contribution.

Thank you for your great work. I test with a sentence: "The commutator is peculiar, consisting of only three segments of a copper ring, while in the simplest of other...

Hi Lee, There are two places wrong in the formula. First, the original Coleman-Liau counts the number of **letters** per 100 words. Whereas in the code, it counts the number...

Hello, thanks for this great project! Recently we are trying to reproduce the experimental results in your paper: > Lee, Bruce W., Yoo Sung Jang, and Jason Lee. "Pushing on...

Can this be used for Chinese?