菲斯金卡德
根据检测文本的等级级别的公式。
见用于检测音节。
安装
该软件包仅适用于ESM:需要使用Node 12+才能使用它,并且必须将其import而不是require d。
:
npm install flesch-kincaid
用
import { fleschKincaid } from 'flesch-kincaid'
// For “The Australian platypus is seemingly a hybrid of a mammal and reptilian
// creature.” (1 sentence, 13 words, 26 syllables).
fleschKincaid ( { sentence : 1 , word : 13 , syllable : 26 } )
// => 13.08
原料药
该软件包导出以下标识符: fle
1