Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

NextGenC
/
ETHOS

spaCy
English
Turkish
argumentation-analysis
fallacy-detection
rhetoric-analysis
nlp
bert
argument-structure
logical-reasoning
discourse-analysis
text-analysis
python
Model card Files Files and versions
xet
Community

Instructions to use NextGenC/ETHOS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use NextGenC/ETHOS with spaCy:

    !pip install https://huggingface.co/NextGenC/ETHOS/resolve/main/ETHOS-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("ETHOS")
    
    # Importing as module.
    import ETHOS
    nlp = ETHOS.load()
  • Notebooks
  • Google Colab
  • Kaggle
ETHOS
69.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
NextGenC's picture
NextGenC
Upload 10 files
98c2b46 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    17.4 kB
    Create README.md about 1 year ago
  • argument_analyzer.py
    5.3 kB
    Upload 10 files about 1 year ago
  • argument_visualizer.py
    5.99 kB
    Upload 10 files about 1 year ago
  • cli.py
    11.5 kB
    Upload 10 files about 1 year ago
  • data_models.py
    2.22 kB
    Upload 10 files about 1 year ago
  • evidence_analyzer.py
    4.42 kB
    Upload 10 files about 1 year ago
  • logic_analyzer.py
    7.21 kB
    Upload 10 files about 1 year ago
  • nlp_utils.py
    5.78 kB
    Upload 10 files about 1 year ago
  • requirements.txt
    924 Bytes
    Upload 10 files about 1 year ago
  • rhetoric_analyzer.py
    4.25 kB
    Upload 10 files about 1 year ago
  • synthesis_engine.py
    2.86 kB
    Upload 10 files about 1 year ago