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