Instructions to use Zlovoblachko/sentiment_parser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Zlovoblachko/sentiment_parser with spaCy:
!pip install https://huggingface.co/Zlovoblachko/sentiment_parser/resolve/main/sentiment_parser-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("sentiment_parser") # Importing as module. import sentiment_parser nlp = sentiment_parser.load() - Notebooks
- Google Colab
- Kaggle