# Process a sample text text = "The quick brown fox jumps over the lazy dog." doc = nlp(text)
Cancel reply
You must be logged in to post a comment.