ftm-analyze
No description available
Usage
ftm-analyze [OPTIONS] COMMAND [ARGS]...
Arguments
No arguments available
Options
Name | Description | Required | Default |
---|---|---|---|
--version / --no-version |
Show version [default: no-version] | No | - |
--install-completion |
Install completion for the current shell. | No | - |
--show-completion |
Show completion for the current shell, to copy it or customize the installation. | No | - |
--help |
Show this message and exit. | No | - |
Commands
Name | Description |
---|---|
settings |
Show current configuration |
download-spacy |
Download required spacy models based on... |
analyze |
Analyze a stream of entities. |
Sub Commands
ftm-analyze settings
Show current configuration
Usage
ftm-analyze settings [OPTIONS]
Arguments
No arguments available
Options
Name | Description | Required | Default |
---|---|---|---|
--help |
Show this message and exit. | No | - |
ftm-analyze download-spacy
Download required spacy models based on current settings
Usage
ftm-analyze download-spacy [OPTIONS]
Arguments
No arguments available
Options
Name | Description | Required | Default |
---|---|---|---|
--help |
Show this message and exit. | No | - |
ftm-analyze analyze
Analyze a stream of entities.
Usage
ftm-analyze analyze [OPTIONS]
Arguments
No arguments available
Options
Name | Description | Required | Default |
---|---|---|---|
-i TEXT |
Input entities uri (file, http, s3...) [default: -] | No | - |
-o TEXT |
Output entities uri (file, http, s3...) [default: -] | No | - |
--resolve-mentions / --no-resolve-mentions |
Resolve known mentions via juditha [default: resolve-mentions] |
No | - |
--help |
Show this message and exit. | No | - |