1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_ner.git synced 2025-06-14 22:59:59 +02:00
No description
Find a file
2019-08-22 18:34:25 +02:00
.screenshots add screenshot 2019-08-22 14:43:42 +02:00
qurator add demo url text parameter 2019-08-22 18:34:25 +02:00
.dockerignore ner + textline work 2019-08-21 15:38:56 +02:00
Dockerfile fix docker file 2019-08-22 14:09:30 +02:00
Dockerfile.cpu ner + textline work 2019-08-21 15:38:56 +02:00
LICENSE re-structure repo 2019-08-16 15:22:13 +02:00
Makefile ner + textline work 2019-08-21 15:38:56 +02:00
README.md Update README.md 2019-08-22 14:48:13 +02:00
requirements.txt ner + textline work 2019-08-21 15:38:56 +02:00
setup.py re-structure repo 2019-08-16 15:22:13 +02:00

sbb-ner-demo example


Preprocessing of NER ground-truth:

compile_conll

Read CONLL 2003 ner ground truth files from directory and write the outcome of the data parsing to some pandas DataFrame that is stored as pickle.

Usage

compile_conll --help

compile_germ_eval

Read germ eval .tsv files from directory and write the outcome of the data parsing to some pandas DataFrame that is stored as pickle.

Usage

compile_germ_eval --help

compile_europeana_historic

Read europeana historic ner ground truth .bio files from directory and write the outcome of the data parsing to some pandas DataFrame that is stored as pickle.

Usage

compile_europeana_historic --help

compile_wikiner

Read wikiner files from directory and write the outcome of the data parsing to some pandas DataFrame that is stored as pickle.

Usage

compile_wikiner --help

Train BERT - NER model:

bert-ner

Perform BERT for NER supervised training and test/cross-validation.

Usage

bert-ner --help