Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 380 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 380 Bytes

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