eklem-headline-parser

Determines the most relevant keywords from an article headline combined with some article text. For node.js and the browser.

MIT License

Downloads
65
Stars
5
Committers
5

Bot releases are hidden (Show)

eklem-headline-parser - Fixing demo Latest Release

Published by eklem over 2 years ago

  • stopword.js was renamed to stopword.umd.js in latest version.
eklem-headline-parser - Fix demo + change test framework to batr

Published by eklem about 3 years ago

Also fixing demo and moving stopword library from dependency to devDependency. So not bundled, but possible to test with.

eklem-headline-parser - Stopword dependency update

Published by eklem over 4 years ago

Bumping stopword version

eklem-headline-parser - security update

Published by eklem over 4 years ago

Updating all devDependencies, so no real issues with the distribution code.

eklem-headline-parser - Minor cleanup after new major release

Published by eklem about 5 years ago

Generating a .latest.js and pointing the demo to this. Also pointing to stopword.latest.js

eklem-headline-parser - Breaking changes: Simpler module, more languages supported

Published by eklem about 5 years ago

eklem-headline-parser is now language agnostic, less opinionated and only support languages through a stopword-remover. Input is headline, body and cutoff (maximum keywords you want back).

Also, it runs in the browser and has an interactive demo.