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