fin-html-entities
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Fin-HTML-entities

HTML entities decoder for FIN natural language processor.

& -> &
" -> "
% -> %

// and many more

Installation

npm i --save fin-html-entities

Usage

Just by importing the modules, the preprocessor will be added.

import {Run} from "finnlp";
import "fin-html-entities";

Package Sidebar

Install

npm i fin-html-entities

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • alexcorvi