Tools
Helpfull tools to use fonduer.
save_create_project(conn_string, project_name)
Cleanup the Fonduer database and create a new project in the database.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
conn_string |
str
|
Fonduer postgres connection string. |
required |
project_name |
str
|
Fonduer project name. |
required |
Source code in LabelstudioToFonduer/fonduer_tools.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|