Skip to content

🔩 [extension] HTML entities decoder for fin NLP

Notifications You must be signed in to change notification settings

FinNLP/fin-html-entities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔩 [extension] HTML entities decoder for fin NLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published