I am looking for tools to find Part Of Speech patterns on a corpus of documents. I am using the Stanford NLP tools for POS tagging my documents. Now I would like to query these tagged documents and find some specific POS patterns such as for example
NP is JJ (ex: the movie is nice)
or JJ NP (ex : excellent foie gras)
Is there a tool that can do this for me in a simple and efficient manner or do I need to write my own ?