fin-html-entities
v1.0.2
Published
HTML entities decoder for FIN natural language processor
Maintainers
Readme
Fin-HTML-entities
HTML entities decoder for FIN natural language processor.
& -> &
" -> "
% -> %
// and many moreInstallation
npm i --save fin-html-entitiesUsage
Just by importing the modules, the preprocessor will be added.
import {Run} from "finnlp";
import "fin-html-entities";