Instructions to use tarak00003/tarakcse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use tarak00003/tarakcse with spaCy:
!pip install https://huggingface.co/tarak00003/tarakcse/resolve/main/tarakcse-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("tarakcse") # Importing as module. import tarakcse nlp = tarakcse.load() - Notebooks
- Google Colab
- Kaggle
Update README.md
#1 opened about 3 years ago
by
tarak00003