UNPKG

nlpsum

Version:

Powerful text summarization algorithms from research papers and dedicated research.

6 lines (4 loc) 166 B
spotter= require("./tag/spotter") tagger= require("./tag/tagger") # console.log tagger("sally walked to the store") console.log spotter("sally walked to the store")