codebasics / nlp-tutorials

Tutorials For Beginners For Natural Language Processing
222 stars 303 forks source link

POS exercise solution #24

Open NayanKanaparthi opened 1 year ago

NayanKanaparthi commented 1 year ago

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

NayanKanaparthi commented 1 year ago

hey, sent a pull request of the tutorial with the exercise. please do check