flay-js

0.1.1 • Public • Published

flay.js

A pure JS implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm. Put in any text corpus, get back a bunch of keyphrases and keywords.

TypeScript Build Status styled with prettier License: LGPL v3

How to use

  import { feed, website } from 'flay-js'
 
  const websiteData = website(someHtmlString)
  // or
  const feedData = feed(someXmlString)

Implementation Details

This algorithm can parse both, websites and RSS/Atom feeds, and return structured data as good as possible.

ToDo

  • more exhaustive documentation
  • proper date handling
  • browserify

LICENSE:

LGPL-3.0.

You can use this package in all your free or commercial products without any issues, but I want bugfixes and improvements to this algorithm to flow back into the public code repository.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    2
  • 0.1.0
    0

Package Sidebar

Install

npm i flay-js

Weekly Downloads

2

Version

0.1.1

License

LGPL-3.0

Last publish

Collaborators

  • anonyfox