Instructions to use constantinSch/LandmarkNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use constantinSch/LandmarkNER with spaCy:
!pip install https://huggingface.co/constantinSch/LandmarkNER/resolve/main/LandmarkNER-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("LandmarkNER") # Importing as module. import LandmarkNER nlp = LandmarkNER.load() - Notebooks
- Google Colab
- Kaggle
Commit ·
4a56251
1
Parent(s): 9a03322
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ model-index:
|
|
| 31 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 32 |
| **Sources** | n/a |
|
| 33 |
| **License** | n/a |
|
| 34 |
-
| **Author** |
|
| 35 |
|
| 36 |
### Label Scheme
|
| 37 |
|
|
|
|
| 31 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 32 |
| **Sources** | n/a |
|
| 33 |
| **License** | n/a |
|
| 34 |
+
| **Author** | Constantin Förster |
|
| 35 |
|
| 36 |
### Label Scheme
|
| 37 |
|