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 ·
dca1b04
1
Parent(s): 4a56251
Update meta.json
Browse files
meta.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
"name":"pipeline",
|
| 4 |
"version":"0.0.0",
|
| 5 |
"description":"",
|
| 6 |
-
"author":"",
|
| 7 |
"email":"",
|
| 8 |
-
"url":"",
|
| 9 |
"license":"",
|
| 10 |
"spacy_version":">=3.3.0,<3.4.0",
|
| 11 |
"spacy_git_version":"Unknown",
|
|
|
|
| 3 |
"name":"pipeline",
|
| 4 |
"version":"0.0.0",
|
| 5 |
"description":"",
|
| 6 |
+
"author":"Constantin Förster",
|
| 7 |
"email":"",
|
| 8 |
+
"url":"https://github.com/ConstantinSchmidts",
|
| 9 |
"license":"",
|
| 10 |
"spacy_version":">=3.3.0,<3.4.0",
|
| 11 |
"spacy_git_version":"Unknown",
|