枪雾
根据检测文字等级的公式。
见用于检测音节。
安装
该软件包仅适用于ESM:需要使用Node 12+才能使用它,并且必须将其import而不是require d。
:
npm install gunning-fog
用
import { gunningFog } from 'gunning-fog'
// For “The Australian platypus is seemingly a hybrid of a mammal and reptilian
// creature.”
// 1 sentence; 13 words; 4 polysillabic words, of which two are jargon, proper
// nouns, or compound words.
gunningFog ( { sentence : 1 , word : 13
1