Skip to content

Instantly share code, notes, and snippets.

@language-engineering
Last active December 27, 2015 20:39
Show Gist options
  • Save language-engineering/7385679 to your computer and use it in GitHub Desktop.
Save language-engineering/7385679 to your computer and use it in GitHub Desktop.
from sussex_nltk.parse import load_parsed_example_sentences
parsed_example_sentences = load_parsed_example_sentences()
# To inspect the sentences, you could print them straight out
for parsed_sentence in parsed_example_sentences:
print "--- Sentence ---"
print parsed_sentence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment