Library of useful functions or classes for deep learning especially in NLP field.
pip install -e git+https://github.com/entropy2333/nlp-utils.git#egg=nlp-utils
or
git clone https://github.com/entropy2333/nlp-utils.git
pip install -e .
load & save json
from nlp_utils import load_json, write2json
logger (loguru)
from nlp_utils import logger, enable_logger, disable_logger