Top "Text-chunking" questions

Python (NLTK) - more efficient way to extract noun phrases?

I've got a machine learning task involving a large amount of text data. I want to identify, and extract, noun-phrases …

python-3.x pandas nlp nltk text-chunking
How to use nltk regex pattern to extract a specific phrase chunk?

I have written the following regex to tag certain phrases pattern pattern = """ P2: {<JJ>+ <RB>? <…

python regex nlp nltk text-chunking