Hi Tutors,
How can I extract a specific sublist (??) from a nested list, for example,
if I want to extract the sublist ["ADJ", "good"], or the bigger sublist
["NP",["DET", "The"],["ADJ", "good"],["NOUN", "man"]] from the following
nested list?

nested_list = ["S",["NP",["DET", "The"],["ADJ", "good"],["NOUN", "man"]],
["VP", ["V", "came"]]]

-- 
لا أعرف مظلوما تواطأ الناس علي هضمه ولا زهدوا في إنصافه كالحقيقة.....محمد
الغزالي
"No victim has ever been more repressed and alienated than the truth"

Emad Soliman Nawfal
Indiana University, Bloomington

--------------------------------------------------------
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to