1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_ner.git synced 2026-02-26 02:11:55 +01:00

re-structure repo

This commit is contained in:
Kai Labusch 2019-08-16 15:22:13 +02:00
commit 16e63b4673
24 changed files with 13072 additions and 0 deletions

66
README.md Normal file
View file

@ -0,0 +1,66 @@
***
# 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
```