文件名称:nlcst-normalize:用于标准化 nlcst 单词以便于比较的实用程序
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-24 13:43:07
syntax-tree util unist nlcst nlcst-util
nlcst 归一化 实用程序,用于标准化单词以便于比较。 安装 此包 :需要 Node 12+ 才能使用它,并且必须使用import ed 而不是require d。 : npm install nlcst-normalize 采用 import { normalize } from 'nlcst-normalize' normalize ( "Don't" ) // => 'dont' normalize ( 'Don’t' ) // => 'dont' normalize ( 'Don’t' , { allowApostrophes : true } ) // => 'don\'t' normalize ( 'Block-level' ) // => 'blocklevel' normalize ( 'Block-level' , { allowDashes : true }
【文件预览】:
nlcst-normalize-main
----.github()
--------workflows()
----.prettierignore(15B)
----test.js(13KB)
----license(1KB)
----tsconfig.json(344B)
----.npmrc(19B)
----.editorconfig(147B)
----.gitignore(57B)
----index.js(657B)
----readme.md(3KB)
----package.json(2KB)