Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Zlovoblachko
/
sentiment_parser

spaCy
English
Model card Files Files and versions
xet
Community

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
sentiment_parser / vocab
31.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Zlovoblachko's picture
Zlovoblachko
Update spaCy pipeline
20875ec about 3 years ago
  • key2row

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1 Bytes
    Update spaCy pipeline about 3 years ago
  • lookups.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1 Bytes
    xet
    Update spaCy pipeline about 3 years ago
  • strings.json
    31.1 kB
    Update spaCy pipeline about 3 years ago
  • vectors
    128 Bytes
    Update spaCy pipeline about 3 years ago
  • vectors.cfg
    22 Bytes
    Update spaCy pipeline about 3 years ago