1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-12 05:09:54 +02:00
This commit is contained in:
cneud 2019-11-20 18:34:59 +01:00
commit cf83a53c09

View file

@ -14,7 +14,11 @@ OCR is based on [OCR-D](https://github.com/OCR-D)'s [ocrd_tesserocr](https://git
### Tokenization
[Transformation](https://github.com/qurator-spk/neath/tree/master/tools) of [PAGE-XML](https://github.com/PRImA-Research-Lab/PAGE-XML) to [TSV](https://github.com/qurator-spk/neath/blob/master/docs/User_Guide.md#data-format).
* [Transformation](https://github.com/qurator-spk/neath/tree/master/tools) of [PAGE-XML](https://github.com/PRImA-Research-Lab/PAGE-XML) to [TSV](https://github.com/qurator-spk/neath/blob/master/docs/User_Guide.md#data-format).
* Postprocessing:
* replace ``„`` and ``“`` with ``"``
* sentence boundaries
* punctuation
### Named Entity Recognition