Skip to content

Commit 02a1a35

Browse files
authored
version, travis-ci and npm-links/images
1 parent af730aa commit 02a1a35

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Determines the most relevant keywords in a headline by considering article context. Works for Node.js and the browser. Started as a forked version of [TessMyers](https://github.com/TessMyers) [headline-parser](https://github.com/TessMyers/headline-parser).
44

5+
[![NPM version][npm-version-image]][npm-url]
6+
[![NPM downloads][npm-downloads-image]][npm-url]
7+
[![MIT License][license-image]][license-url]
8+
[![Build Status][travis-image]][travis-url]
9+
510
## Demo
611
![Browser demo screenshot](./demo/ehp-demo-screenshot.png)
712
Check out the [browser demo](https://eklem.github.io/eklem-headline-parser/demo/) or have a look at [the demo source files](https://github.com/eklem/eklem-headline-parser/tree/master/demo).
@@ -60,3 +65,12 @@ It's pretty simple. The parser will count how many times a word in a title is r
6065
The parser is language agnostic, but for better accuracy, you should use the [stopword](https://www.npmjs.org/package/stopword) module to obtain only the words that are not stopwords. For this to happen, you need to define which langauge is used in the text analyzed.
6166

6267
Some things to note: The module will not count partial appearances of keywords, or compounded keywords. For instance, if one of your headline keywords is ['china'], then neither "China", "china's" or "Indochina" will be counted as an appearance of that keyword.
68+
69+
70+
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
71+
[license-url]: LICENSE
72+
[npm-url]: https://npmjs.org/package/eklem-headline-parser
73+
[npm-version-image]: http://img.shields.io/npm/v/eklem-headline-parser.svg?style=flat
74+
[npm-downloads-image]: http://img.shields.io/npm/dm/eklem-headline-parser.svg?style=flat
75+
[travis-url]: http://travis-ci.org/eklem/eklem-headline-parser
76+
[travis-image]: http://img.shields.io/travis/eklem/eklem-headline-parser.svg?style=flat

0 commit comments

Comments
 (0)