nlp-tutorials
nlp-tutorials copied to clipboard
POS exercise solution
completed the pos exercise solution. tasks: Extract all NOUN tokens from this story. You will have to read the file in python first to collect all the text and then extract NOUNs in a python list Extract all numbers (NUM POS type) in a python list Print a count of all POS tags in this story
hey, sent a pull request of the tutorial with the exercise. please do check