Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 29, 2021 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/211084537b9b445fbebeb124226fcb4f to your computer and use it in GitHub Desktop.
Save iosdevie/211084537b9b445fbebeb124226fcb4f to your computer and use it in GitHub Desktop.
import NaturalLanguage
tagger.string = text
let (sentiment, _) = tagger.tag(at: text.startIndex, unit: .paragraph, scheme: .sentimentScore)
print(sentiment.rawValue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment