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