I am trying to implement syntactic parsing on a bunch of sentences using NLTK toolkit in Python. And extract head words of each sentence. Can anyone help me figure out how to start ?
Asked
Active
Viewed 339 times
1
-
For head-finding in English, see: https://stackoverflow.com/questions/10297345/head-finding-rules-for-noun-phrases – aab Nov 23 '17 at 08:58