File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
server/openapi_server/controllers Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Person Name | [TextPersonNameAnnotation] | Yes
5050## Specification
5151
5252- NLP Sandbox schemas version: 1.2.0
53- - Tool version: 1.0.0
53+ - Tool version: 1.0.1
5454- Tool images:
5555 - [ docker.synapse.org/syn26486812/bert-i2b2-annotator-bert-ner-i2b2]
5656
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22
33services :
44 phi-annotator :
5- image : docker.synapse.org/syn26486812/bert-i2b2-annotator:1.0.0
5+ image : docker.synapse.org/syn26486812/bert-i2b2-annotator:1.0.1
66 build :
77 context : server
88 args :
@@ -33,4 +33,4 @@ services:
3333networks :
3434 nlpsandbox :
3535 nlpsandbox-internal :
36- internal : true
36+ internal : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def get_tool(): # noqa: E501
1515 """
1616 tool = Tool (
1717 name = f"phi-annotator-{ config .config_name } " ,
18- version = "1.0.0 " ,
18+ version = "1.0.1 " ,
1919 license = License .APACHE_2_0 ,
2020 repository = "github:cascadianblue/bert-phi-annotator" ,
2121 description = f"BERT-based PHI annotator ({ config .model_name } )" ,
You can’t perform that action at this time.
0 commit comments