Actions
| Name | Description |
|---|---|
| index collection | Index the sections and sentences of a collection of parsed files |
| index parse | Index the sections and sentences of a parsed file |
| remove parse index | Remove the index of a parsed file |
Inputs
| Action | Name | Description |
|---|---|---|
| index collection | parsed-collection-item | An item representing a collection of parsed files |
| index parse | index-source | The identification number of the source where the index is to be stored |
| index parse | parsed-file-item | An item representing the results of parsing a file. The sections and sentences are associated with it by triples. |
| remove parse index | index-item | The item representing the index to be removed |
Outputs
| Action | Name | Description |
|---|---|---|
| index collection | indexed-collection-item | An item representing collection of parsed files, each of which has an index |
| index parse | index-item | An item representing a parsed file index |