文件名称:schenkerian:[不推荐使用] HTML关键字分析器
文件大小:48KB
文件格式:ZIP
更新时间:2024-05-20 00:46:25
JavaScript
HTML Schenkerian分析器 是一种音乐分析方法,通过解释音调作品的基本结构并根据该结构帮助读取乐谱。 这个库就是那个库,但是对于建立在之上HTML来说,它包括术语频率,字符串相似性和标记化。 考虑到大多数网页(尝试使用HTML)的语义,它不仅考虑术语频率,还考虑HTML标记的权重,在文档中的位置以及其他表示意义的有用形式(例如Open Graph)。 安装 $ npm install schenkerian --save 用法 var analyze = require ( 'schenkerian' ) analyze ( { url : 'http://dustindiaz.com' , body : '<html>...</html>' // optional. if absent, the module will `request` the given we
【文件预览】:
schenkerian-master
----.jshintignore(41B)
----config()
--------reporter.js(682B)
--------common-words.yaml(966B)
----index.js(4KB)
----package.json(1KB)
----.github()
--------dependabot.yml(107B)
----tests()
--------setup.js(387B)
--------index-test.js(8KB)
----package-lock.json(119KB)
----.gitignore(13B)
----lib()
--------cookie.js(741B)
--------render-chrome.js(3KB)
--------analyze.js(7KB)
--------request.js(881B)
----.circleci()
--------config.yml(374B)
----Makefile(204B)
----README.md(2KB)
----.jshintrc(1KB)