-
Notifications
You must be signed in to change notification settings - Fork 513
Expand file tree
/
Copy path.shed.yml
More file actions
23 lines (22 loc) · 943 Bytes
/
Copy path.shed.yml
File metadata and controls
23 lines (22 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: data_manager_corenlp_models
owner: iuc
description: Data manager for downloading Stanford CoreNLP language model JARs
long_description: |
This data manager allows Galaxy administrators to download and install Stanford
CoreNLP language model JAR files from Maven Central. It supports 8 languages
with multi-select installation for use with the Stanford CoreNLP annotation tool.
Supported languages: Arabic, Chinese, English, French, German, Hungarian, Italian, Spanish.
Also provides the common models JAR required for coreference resolution.
homepage_url: https://stanfordnlp.github.io/CoreNLP/
remote_repository_url: https://github.com/galaxyproject/tools-iuc
type: unrestricted
categories:
- Data Managers
- Text Manipulation
- Natural Language Processing
auto_tool_repositories:
name_template: "{{ tool_id }}"
description_template: "{{ tool_name }}"
include:
- data_manager_corenlp_models.xml
test: false