Instructions to use Etiya/turkish-nlp-suite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Etiya/turkish-nlp-suite with spaCy:
!pip install https://huggingface.co/Etiya/turkish-nlp-suite/resolve/main/turkish-nlp-suite-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("turkish-nlp-suite") # Importing as module. import turkish-nlp-suite nlp = turkish-nlp-suite.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K