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