https://github.com/ashishpatel26/ner-with-spanmarker
NER with SpanMarker + Transformers + Spacy
https://github.com/ashishpatel26/ner-with-spanmarker
Last synced: 2 months ago
JSON representation
NER with SpanMarker + Transformers + Spacy
- Host: GitHub
- URL: https://github.com/ashishpatel26/ner-with-spanmarker
- Owner: ashishpatel26
- Created: 2023-08-30T12:51:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T15:05:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T17:52:57.587Z (3 months ago)
- Language: Jupyter Notebook
- Size: 132 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpanMarker for Named Entity Recognition
**NER with SpanMarker + Transformers + Spacy**

## Installation
You may install the [`span_marker`](https://pypi.org/project/span-marker) Python module via `pip` like so:
```
pip install span_marker
```## SpanMarker Notebooks
Here you can find a list of notebooks covering various use cases of SpanMarker. You're free to open a pull request to contribute your notebook!
| Notebook | Colab |
| --------------------------------------------------------- | ------------------------------------------------------------ |
| 1. SpanMarker for Named Entity Recognition Beginner Guide | [](https://colab.research.google.com/github/ashishpatel26/NER-with-SpanMarker/blob/main/1.%20SpanMarker%20for%20Named%20Entity%20Recognition%20Beginner%20Guide.ipynb) |
| 2.NER with SpanMarker on Conll2003 | [](https://colab.research.google.com/github/ashishpatel26/NER-with-SpanMarker/blob/main/2.NER%20with%20SpanMarker%20on%20Conll2003.ipynb) |
| 3.NER with SpanMarker with spaCy | [](https://colab.research.google.com/github/ashishpatel26/NER-with-SpanMarker/blob/main/3.NER%20with%20SpanMarker%20with%20spaCy.ipynb) |
| 4.NER with SpanMarker at Document-level context. | [](https://colab.research.google.com/github/ashishpatel26/NER-with-SpanMarker/blob/main/4.NER%20with%20SpanMarker%20at%20Document-level%20context.ipynb) |---
**Thanks for Reading 🙏**
---