Skip to content

Instantly share code, notes, and snippets.

@SmartDataWithR
Created November 7, 2022 06:40
Show Gist options
  • Save SmartDataWithR/3eff731df4fc93c0c82a049c68a681e0 to your computer and use it in GitHub Desktop.
Save SmartDataWithR/3eff731df4fc93c0c82a049c68a681e0 to your computer and use it in GitHub Desktop.
SentimentArticle: test model
#%% test model
test_sentences = ['How many Democrats does it take to screw in a light bulb? Just one, but it really gets screwed.', 'A conservative is a man who sits and thinks; mostly sits.']
nlp_model(test_sentences)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment