Workflow Inputs
| Name | Description |
|---|---|
| analysis-type | The type of vocabulary relations extraction analysis to be performed |
| collection-analysis-item | The item representing the analysis to which the relations are to be added |
| collection-item | The item representing the collection whose documents are to be searched for relations between vocabulary terms |
| input-analysis-item | The item representing the analysis of uses of terms between which the relations are to be extracted |
| read-level | The read access level that the identified relations are to have |
Workflow Outputs
| Name | Description |
|---|---|
| analysed-collection-item | The item representing the collection whose documents have been searched for relations between vocabulary terms |
Work Items
| Name | Description | Action | Duration | Run Locally |
|---|---|---|---|---|
| collection parsing | Parsing of the HTML files of the documents in the collection | [Parse HTML]|parse collection | 10 | true |
| relation extraction from collection documents | Extraction of the term relationes from the parsed documents | [Analyse]|term relation extraction from collection documents | 30 | true |
| relation combination | Combination of relations from individual documents to create collection relations | [Analyse]|collection documents term relation combination | 20 | true |
Work Item Workflow Input Connections
| Work Item Input | Workflow Input |
|---|---|
| [collection parsing]|collection-item | collection-item |
| [relation combination]|collection-analysis-item | collection-analysis-item |
| [relation combination]|document-analysis-type | analysis-type |
| [relation combination]|read-level | read-level |
| [relation combination]|vocabulary-item | input-analysis-item |
| [relation extraction from collection documents]|analysis-type | analysis-type |
| [relation extraction from collection documents]|read-level | read-level |
| [relation extraction from collection documents]|term-use-analysis-item | input-analysis-item |
Work Item Interconnections
| Work Item Input | Preceding Work Item Output |
|---|---|
| [relation combination]|analysed-documents-collection-item | [relation extraction from collection documents]|analysed-documents-collection-item |
| [relation extraction from collection documents]|parsed-collection-item | [collection parsing]|parsed-collection-item |
Work Item Workflow Output Connections
| Workflow Output | Work Item Output |
|---|---|
| analysed-collection-item | [relation combination]|analysed-collection-item |