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()
The community tab is the place to discuss and collaborate with the HF community!