How to use valurank/en_readability with spaCy:
!pip install https://huggingface.co/valurank/en_readability/resolve/main/en_readability-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_readability") # Importing as module. import en_readability nlp = en_readability.load()
The community tab is the place to discuss and collaborate with the HF community!