/utils_nlp

Utilities for NLP

Primary LanguagePython

NLP utilities

⚠️ This repo is solely for my own use. Use at your own risk.

Installation

Recommend to use dotenv to store your tokens etc. (Install via e.g. pip install python-dotenv==0.21.0)

pip install --force-reinstall --no-cache https://github.com/shern2/utils_nlp/archive/refs/tags/v1.zip

Getting Started

from utils_nlp import MyNLP
MyNLP.disp_ents(...)