Natural language processing with python

Job ID: 34597005

Budget: $10 – $30 AUD

I need to develop Natural language processing code with python so the code can extract the words listed in the provided documents when they are in free text

such as

text = "lack of stair handrails, poor stair design, he fall becuase of loose carpets, a lack of bathroom grab bars, dim lighting or glare, slippery surfaces, obstacles, tripping hazards, wet or polished floors, clutter "

doc = nlp(text)

for entity in doc:
print (entity)