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