Instructions to use spacy/ro_core_news_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/ro_core_news_lg with spaCy:
!pip install https://huggingface.co/spacy/ro_core_news_lg/resolve/main/ro_core_news_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ro_core_news_lg") # Importing as module. import ro_core_news_lg nlp = ro_core_news_lg.load() - Notebooks
- Google Colab
- Kaggle
Request: DOI
#2
by rotak - opened
Hello! I'm using this model extensively for my Engineering thesis at the University of Bucharest, focused on dialectal analysis between Romanian from Romania and the Republic of Moldova. I would love to cite the model to ensure proper attribution.
Best,
Robert Takacs
University of Bucharest