-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update project files * Run npm run generate:server:latest * Update tool info
- Loading branch information
1 parent
6505ec4
commit bfbed8a
Showing
8 changed files
with
99 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,16 @@ def get_tool(): # noqa: E501 | |
""" | ||
tool = Tool( | ||
name="physical-address-annotator-example", | ||
version="1.1.1", | ||
version="1.1.2", | ||
license=License.APACHE_2_0, | ||
repository="github:nlpsandbox/physical-address-annotator-example", | ||
description="Example implementation of the NLP Sandbox Physical " + | ||
"Address Annotator", | ||
author="NLP Sandbox Team", | ||
author_email="[email protected]", | ||
author_email="[email protected]", | ||
url="https://github.com/nlpsandbox/physical-address-annotator-example", | ||
type="nlpsandbox:physical-address-annotator", | ||
api_version="1.1.1" | ||
api_version="1.1.2" | ||
) | ||
return tool, 200 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ info: | |
name: Apache 2.0 | ||
url: https://github.com/nlpsandbox/nlpsandbox-schemas/blob/develop/LICENSE | ||
title: NLP Sandbox Physical Address Annotator API | ||
version: 1.1.1 | ||
version: 1.1.2 | ||
x-logo: | ||
url: https://nlpsandbox.github.io/nlpsandbox-schemas/logo.png | ||
servers: | ||
|
@@ -411,7 +411,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.1 | ||
apiVersion: 1.1.2 | ||
properties: | ||
name: | ||
description: The tool name | ||
|
@@ -482,7 +482,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.1 | ||
apiVersion: 1.1.2 | ||
- name: awesome-nlp-tool | ||
version: 1.0.6 | ||
license: apache-2.0 | ||
|
@@ -492,7 +492,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.1 | ||
apiVersion: 1.1.2 | ||
properties: | ||
tools: | ||
description: A list of tools | ||
|