1.0.2 • Published 7 years ago

fin-html-entities v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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";