1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_ner.git synced 2025-06-09 20:30:01 +02:00

add unicode normalization to ner batch tool

This commit is contained in:
Kai Labusch 2019-11-25 13:24:30 +01:00
parent e431058d5e
commit 91b299a698

View file

@ -2,3 +2,4 @@ from .app import app
if __name__ == "__main__":
app.run()