Skip to content
Snippets Groups Projects

Anonimizer v2

84 files
+ 1306
389
Compare changes
  • Side-by-side
  • Inline

Files

+ 11
1
"""Get input for annotation from Winer.
This utility script is used to get input for anonizmizer using WiNER as input.
You need to have config.yaml file in run directory with auth data for lpmn_client_biz.
Example config.yaml:
USERNAME: username
PASSWORD: password
"""
import json
from lpmn_client_biz import Connection, IOType, Task, delete, download, upload
from lpmn_client_biz import Connection, IOType, Task, download, upload
lpmn = [
"morphodita",
Loading