hiDaDeng / cntext

文本分析包,支持字数统计、可读性、文档相似度、情感分析在内的多种文本分析方法。chinese text sentiment analysis
MIT License
271 stars 28 forks source link

中文可读性评价指标参数名称是否有问题? #4

Open Muzi828 opened 2 years ago

Muzi828 commented 2 years ago

ct.readability()函数中第二个参数是zh_adjconj=None

这里表示自定义副词和连词词典,参数介绍中也是Chinese conjunctions and adverbs, receive list data type. By default, the built-in dictionary of cntext is used。

为何在参数的命名中却是形容词adj的缩写?

hiDaDeng commented 2 years ago

额,变量名写错了

---原始邮件--- 发件人: @.> 发送时间: 2022年7月5日(周二) 晚上10:55 收件人: @.>; 抄送: @.***>; 主题: [hiDaDeng/cntext] 中文可读性评价指标参数名称是否有问题? (Issue #4)

ct.readability()函数中第二个参数是zh_adjconj=None

这里表示自定义副词和连词词典,参数介绍中也是Chinese conjunctions and adverbs, receive list data type. By default, the built-in dictionary of cntext is used。

为何在参数的命名中却是形容词adj的缩写?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

hiDaDeng commented 2 years ago

更新至1.7.6

pip3 install cntext==1.7.6