Is there a ready-to-use English grammar that I can just load it and use in NLTK? I\'ve searched around examples of parsing with NLTK, but it seems like that I have to manual
There are a few grammars in the nltk_data distribution. In your Python interpreter, issue nltk.download().
nltk.download()