UNPKG

ts-textrank

Version:

Typescript TextRank implementation

6 lines (5 loc) 121 B
export default class Word { readonly word: string; readonly normalized: string; constructor(word: string); }