Slide 47
Slide 47 text
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
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
}
},
...