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

  • Log In
  • Sign Up

NextGenC
/
AEE

spaCy
English
Turkish
epistemology
knowledge-base
information-extraction
bias-detection
confidence-scoring
nlp
Model card Files Files and versions
xet
Community

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

  • Libraries
  • spaCy

    How to use NextGenC/AEE with spaCy:

    !pip install https://huggingface.co/NextGenC/AEE/resolve/main/AEE-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("AEE")
    
    # Importing as module.
    import AEE
    nlp = AEE.load()
  • Notebooks
  • Google Colab
  • Kaggle
AEE
89 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
NextGenC's picture
NextGenC
Update README.md
e141b12 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    18.4 kB
    Update README.md about 1 year ago
  • aee_bias_detector.py
    6.63 kB
    Upload 10 files about 1 year ago
  • aee_core_classes_era.py
    3.1 kB
    Upload 10 files about 1 year ago
  • aee_era_main.py
    9.47 kB
    Update aee_era_main.py about 1 year ago
  • aee_explainer_era.py
    5.52 kB
    Upload 10 files about 1 year ago
  • aee_extractor_era.py
    11.9 kB
    Upload 10 files about 1 year ago
  • aee_linker_era.py
    9.17 kB
    Upload 10 files about 1 year ago
  • aee_updater.py
    8.86 kB
    Upload 10 files about 1 year ago
  • aee_updater_era.py
    7.93 kB
    Upload 10 files about 1 year ago
  • aee_utils.py
    2.03 kB
    Upload 10 files about 1 year ago
  • aee_validator.py
    4.5 kB
    Upload 10 files about 1 year ago