DetectSyntax Processor
Part of the AWS Processor package
Last updated
Was this helpful?
Part of the AWS Processor package
Last updated
Was this helpful?
This processor will take an input string and returns the different parts of speech present in the input text.
This processor does not have any unique properties outside of the common ones.
If the Destination property is set to flowfile-attribute
, then the output of this processor will be routed to the FlowFile's nlp.Syntax
attribute, which will be created if it isn't present.
Field Name
Data Type
Description
tokens
array of Token
The list of tokens detected by the API