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
File size: 256 Bytes
cf0edf2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"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
} |