headline-parser:确定文章标题中最相关的关键字

时间:2024-05-20 17:25:58
【文件属性】:

文件名称:headline-parser:确定文章标题中最相关的关键字

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-20 17:25:58

JavaScript

标题解析器 一个简单的,它通过考虑文章上下文来确定标题中最相关的关键字。 安装 $ npm install headline-parser 使用--save标志将模块包含在package.json中 用法 需要解析器 var headline_parser = require ( "headline-parser" ) ; // Declare variables for your headline and article summary. These have been edited to provide a good example. var headline = 'China successfully develops drone defense system' ; var body = 'china has tested a self-developed laser defense


【文件预览】:
headline-parser-master
----.gitignore(12B)
----README.md(3KB)
----test()
--------headline-parser.js(3KB)
----package.json(811B)
----headline-parser.js(2KB)

网友评论