Instructions to use valurank/en_pos_counter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use valurank/en_pos_counter with spaCy:
!pip install https://huggingface.co/valurank/en_pos_counter/resolve/main/en_pos_counter-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_pos_counter") # Importing as module. import en_pos_counter nlp = en_pos_counter.load() - Notebooks
- Google Colab
- Kaggle
A Spacy pipeline for counting Part-of-speech articles
| Feature | Description |
|---|---|
| Name | en_pipeline |
| Version | 0.1 |
| spaCy | >=3.7.2,<3.8.0 |
| Default Pipeline | tok2vec, tagger, attribute_ruler, pos_counter |
| Components | tok2vec, tagger, attribute_ruler, pos_counter |
| Vectors | 0 keys, 0 unique vectors (0 dimensions) |
| Sources | n/a |
| License | n/a |
| Author | Valurank |
Label Scheme
View label scheme (50 labels for 1 components)
| Component | Labels |
|---|---|
tagger |
$, '', ,, -LRB-, -RRB-, ., :, ADD, AFX, CC, CD, DT, EX, FW, HYPH, IN, JJ, JJR, JJS, LS, MD, NFP, NN, NNP, NNPS, NNS, PDT, POS, PRP, PRP$, RB, RBR, RBS, RP, SYM, TO, UH, VB, VBD, VBG, VBN, VBP, VBZ, WDT, WP, WP$, WRB, XX, _SP, ```` |
- Downloads last month
- 47