Created
August 3, 2018 12:22
-
-
Save sankars/be504669baa3eafd106aa6e604b6e0ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws comprehend detect-dominant-language --text "dank je" | |
aws comprehend detect-dominant-language --text "நன்றி" | |
aws comprehend detect-dominant-language --text "i am sankar" | |
--------------------- | |
aws comprehend detect-sentiment --language-code en --text "aws sucks!" | |
aws comprehend detect-sentiment --language-code en --text "aws rocks!" | |
-------------------- | |
aws comprehend detect-entities --language-code en --text "aws & Jeff rocks!" | |
-------------------- | |
aws comprehend detect-key-phrases --language-code en --text "aws & Jeff rocks!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment