flesch:根据Flesch Reading Ease(1975)来检测阅读文本的难易程度的公式

时间:2024-05-21 08:59:14
【文件属性】:

文件名称:flesch:根据Flesch Reading Ease(1975)来检测阅读文本的难易程度的公式

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-21 08:59:14

reading readability ease JavaScript

弗莱斯 根据度检测文字成绩等级的公式。 见用于检测音节。 安装 该软件包仅适用于ESM:需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install flesch 用 import { flesch } from 'flesch' // For “The cat sat on the mat” (1 sentence, 6 words, 6 syllables). flesch ( { sentence : 1 , word : 6 , syllable : 6 } ) // => 116.14500... // For “The Australian platypus is seemingly a hybrid of mammal and reptilian // creature.” (1 sentence, 12 wor


【文件预览】:
flesch-main
----index.js(1KB)
----funding.yml(15B)
----test.js(528B)
----package.json(2KB)
----readme.md(3KB)
----.github()
--------workflows()
----.prettierignore(15B)
----license(1KB)
----tsconfig.json(324B)
----.gitignore(57B)
----.npmrc(19B)
----.editorconfig(147B)

网友评论