Taxonerd

Latest version: v1.5.2

Safety actively analyzes 626513 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.5.1

Fix 12

1.5.0

- New models fine-tuned on weakly-supervised data
- Add support for new models in CLI

1.4.0

- Retrains the models with spacy 3.4.x to be compatible with the latest spacy version
- Retrains the models as full spaCy pipelines with additional NLP components from scispacy (tagger, parser...)
- NLP components can be excluded when loading the model

1.3.3

Fix 7
Fix 8

1.3.2

Code refactoring to expose the [Doc](https://spacy.io/api/doc) object produced by spaCy.
Only available when taxonerd is used as a python module.

python
>>> from taxonerd import TaxoNERD
>>> ner = TaxoNERD(model="en_ner_eco_md", prefer_gpu=False, with_abbrev=False)
>>> doc = ner.ner("Brown bears (Ursus arctos), which are widely distributed throughout the northern hemisphere, are recognised as opportunistic omnivore")
>>> print([ent for ent in doc.ents])
[Ursus arctos]

1.3.1

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.