CLAMS wrapper for spaCy NLP (v1)
About this version
- Submitter: keighrim
- Submission Time: 2023-05-19T22:02:23+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-spacy-wrapper:v1
-
Release Notes
(no notes provided by the developer)
About this app (See raw metadata.json)
Apply spaCy NLP to all text documents in a MMIF file.
- App ID: http://apps.clams.ai/spacy-wrapper/v1
- App License: Apache 2.0
- Source Repository: https://github.com/clamsproject/app-spacy-wrapper (source tree of the submitted version)
- Analyzer Version: 3.1.2
- Analyzer License: MIT
Inputs
(Note: “*” as a property value means that the property is required but can be any value.)
-
http://mmif.clams.ai/vocabulary/TextDocument/v1 (required) (of any properties)
-
http://vocab.lappsgrid.org/Token (of any properties)
Configurable Parameters
(Note: Multivalued means the parameter can have one or more values.)
-
pretokenized
: optional, defaults tofalse
- Type: boolean
- Multivalued: False
- Choices:
false
,true
Boolean parameter to set the app to use existing tokenization, if available, for text documents for NLP processing. Useful to process ASR documents, for example.
Outputs
(Note: “*” as a property value means that the property is required but can be any value.)
(Note: Not all output annotations are always generated.)
-
http://vocab.lappsgrid.org/Token (of any properties)
-
http://vocab.lappsgrid.org/Token#pos (of any properties)
-
http://vocab.lappsgrid.org/Token#lemma (of any properties)
-
http://vocab.lappsgrid.org/NounChunk (of any properties)
-
http://vocab.lappsgrid.org/Sentence (of any properties)
-
http://vocab.lappsgrid.org/NamedEntity (of any properties)