Slide 28
Slide 28 text
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
S U M M I T
Syntax detection
$ aws comprehend detect-syntax
--language-code 'en' --text 'I love cloud!’
{
"SyntaxTokens": [
{
"TokenId": 1,
"Text": "I",
"BeginOffset": 0,
"EndOffset": 1,
"PartOfSpeech": {
"Tag": "PRON",
"Score": 0.9999802112579346
}
},
...