Instructions to use Zlovoblachko/fo_morphparser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Zlovoblachko/fo_morphparser with spaCy:
!pip install https://huggingface.co/Zlovoblachko/fo_morphparser/resolve/main/fo_morphparser-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("fo_morphparser") # Importing as module. import fo_morphparser nlp = fo_morphparser.load() - Notebooks
- Google Colab
- Kaggle
| { | |
| "label_smoothing":0.0, | |
| "labels":[ | |
| "A", | |
| "Abbr", | |
| "Adv", | |
| "CC", | |
| "CLB", | |
| "CS", | |
| "Det", | |
| "IM", | |
| "Interj", | |
| "N", | |
| "Num", | |
| "PUNCT", | |
| "Pr", | |
| "Pron", | |
| "V", | |
| "x" | |
| ], | |
| "neg_prefix":"!", | |
| "overwrite":false | |
| } |