Skip to content

Commit

Permalink
📝 Update Readme.md (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Picco <gabriele.picco@ibm.comm>

Signed-off-by: Gabriele Picco <gabriele.picco@ibm.comm>
Co-authored-by: Gabriele Picco <gabriele.picco@ibm.comm>
  • Loading branch information
GabrielePicco and Gabriele Picco authored Oct 6, 2022
1 parent f3a154b commit 32798cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Can be used to perform:

- **Mentions extraction**: Identify globally relevant mentions or mentions relevant for a given domain
- **Wikification**: The task of linking textual mentions to entities in Wikipedia
- **Zero and Few Shot named entity recognition**: using language description perform NER to generalize to unseen domains (work in progress)
- **Zero and Few Shot named entity recognition**: using language description perform NER to generalize to unseen domains
- **Zero and Few Shot named relationship recognition** (work in progress)

## Requirements
Expand Down Expand Up @@ -90,7 +90,9 @@ Again, there are 4 **linkers** available currently, 2 of them are *end-to-end* a

### How to use it

* Create a file `main.py` with:
* Install requirements: `pip install -r requirements.txt`
* Install a spacy pipeline to use it for mentions extraction: `python -m spacy download en_core_web_sm`
* Create a file `main.py` with the pipeline configuration and entities definition (*Wikipedia abstract are usually a good starting point for descriptions*):

```Python
import spacy
Expand Down

0 comments on commit 32798cf

Please sign in to comment.