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 | - |
--settings / --no-settings |
Show current settings [default: no-settings] | 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 |
---|---|
download-spacy |
Download required spacy models based on... |
analyze |
Analyze a stream of entities. |
Sub Commands
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 | - |
--annotate / --no-annotate |
Annotate extracted patterns, names and mentions [default: annotate] | No | - |
--help |
Show this message and exit. | No | - |