export const meta = { title: `Interpret sentiment`, description: `Learn more about how to determine key phrases, sentiment, language, syntax, and entities from text using Amplify.` }; import interpretJs from '/src/fragments/lib/predictions/js/interpret.mdx'; import interpretIOS from '/src/fragments/lib/predictions/ios/interpret.mdx'; import interpretAndroid from '/src/fragments/lib/predictions/android/interpret.mdx';