Created
November 7, 2022 06:40
-
-
Save SmartDataWithR/3eff731df4fc93c0c82a049c68a681e0 to your computer and use it in GitHub Desktop.
SentimentArticle: test model
This file contains 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
#%% 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