| Name | Description | Local Run Sequence |
|---|---|---|
| Analyse | Analyse or remove the analyses of a document or a collection of documents or a library | ["python3", "-m", "analyser", "https://stage.lacibus.com/home/.api", "-1011_-9223372036854742185", "37mA4tRo+1wqGBOqsRFazA==", "/Users/chrisharding/nlp/models/all-MiniLM-L6-v2"] |
| Analyse | Analyse or remove the analyses of a document or a collection of documents | ["python3", "-m", "analyser", "$API", "$CRED", "$KEY", "/Users/chrisharding/nlp/models/all-MiniLM-L6-v2"] |
| Convert to HTML | Loads files and converts them to HTML (assuming that they are already in HTML or are in Word docx format) | ["python3", "-m", "docx_converter", "https://stage.lacibus.com/home/.api", "-1011_-9223372036854742185", "37mA4tRo+1wqGBOqsRFazA=="] |
| Convert to HTML | Load files and convert them to HTML (assuming that they are already in HTML or are in Word docx format) | ["python3", "-m", "docx_converter", "$API", "$CRED", "$KEY"] |
| Index Parse | Indexes the sections and sentences of a parsed file | ["python3", "-m", "parse_indexer", "https://stage.lacibus.com/home/.api", "-1011_-9223372036854742185", "37mA4tRo+1wqGBOqsRFazA==", "/Users/chrisharding/nlp/models/all-MiniLM-L6-v2"] |
| Index Parse | Index the sections and sentences of a parsed file | ["python3", "-m", "parse_indexer", "$API", "$CRED", "$KEY", "/Users/chrisharding/nlp/models/all-MiniLM-L6-v2"] |
| Manage Libraries | Provides actions, such as document deletion, for the management of libraries and their collections. | ["python3", "-m", "library_manager", "https://stage.lacibus.com/home/.api", "-1011_-9223372036854742185", "37mA4tRo+1wqGBOqsRFazA=="] |
| Manage Libraries | Provides actions, such as document deletion, for the management of libraries and their collections | ["python3", "-m", "library_manager", "$API", "$CRED", "$KEY"] |
| Manage Term Definitions | Create, update and delete term definitions derived from an index | ["python3", "-m", "term_definitions_manager", "$API", "$CRED", "$KEY", "/Users/chrisharding/nlp/models/all-MiniLM-L6-v2"] |
| Notify by E-mail | Sends an e-mail notification | |
| Parse HTML | Parses files in HTML format and extracts their sections and sentences | ["python3", "-m", "html_parser", "https://stage.lacibus.com/home/.api", "-1011_-9223372036854742185", "37mA4tRo+1wqGBOqsRFazA=="] |
| Parse HTML | Parse a file in HTML format and extract its sections and sentences | ["python3", "-m", "html_parser", "$API", "$CRED", "$KEY"] |
| Parse HTML Fileset | Parses a set of files in HTML Format and extracts their sections and sentences | |
| Parse TOGAF | Parses TOGAF(R) files, extracts their sections with references, and optionally extracts term definitions. | ["python3", "-m", "togaf_parser", "https://stage.lacibus.com/home/.api", "-1011_-9223372036854742185", "37mA4tRo+1wqGBOqsRFazA=="] |