comprehend_detect_syntax: Inspects text for syntax and the part of speech of words in...

View source: R/comprehend_operations.R

comprehend_detect_syntaxR Documentation

Inspects text for syntax and the part of speech of words in the document

Description

Inspects text for syntax and the part of speech of words in the document. For more information, how-syntax.

See https://paws-r.github.io/docs/comprehend/detect_syntax.html for full documentation.

Usage

comprehend_detect_syntax(Text, LanguageCode)

Arguments

Text

[required] A UTF-8 string. Each string must contain fewer that 5,000 bytes of UTF encoded characters.

LanguageCode

[required] The language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt").


paws.machine.learning documentation built on Feb. 16, 2023, 5:24 p.m.