Statefinder

state so as to possess it in a
state as things which have become the exclusive value by their
state power personalizes itself as a
state power in mixed backward
state of
state power, foreseeing the reconstitution
state of affairs which is at the heart of the domination of the modern
state monopoly over
state would have to be kept from workers as well, which led to
state of siege
state and
state power it had built to emancipate itself, it
state power, in turn subdivided in the
state administration
state administration
state bureaucracy, its apathy must now be historically
state of the people?
state of affairs—and here all communication is joyously

Source text: Society of the Spectacle, Guy Debord

Python code:

import sys

for line in sys.stdin:
  line = line.strip()
  offset = line.find(" state ")
  if offset != -1:
    print line[offset+1:]