Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created July 6, 2011 09:40
Show Gist options
  • Select an option

  • Save acrymble/1066918 to your computer and use it in GitHub Desktop.

Select an option

Save acrymble/1066918 to your computer and use it in GitHub Desktop.
Python Print KWIC
print ' '.join(kwic[(keyindex+1):])
-> there was one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment