Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fgregg/nicar_ner

code for demoing NER at NICAR
https://github.com/fgregg/nicar_ner

Last synced: about 1 month ago
JSON representation

code for demoing NER at NICAR

Awesome Lists containing this project

README

        

To install

```bash
pip install -r requirements.txt

# additional dependencies

python install.py
python -m spacy download en
```