Extracting Arabic Proper Names from a text using Stanford-Parser
问题 I am trying to extract Arabic proper names from a text using Stanford Parser. for example if I have an input sentence: تكريم سعد الدين الشاذلى using the Arabic Stanford parser, the tree diagram will be: (ROOT (NP (NN تكريم) (NP (NNP سعد) (DTNNP الدين) (NNP الشاذلى)))) I want to extract the proper name: سعد الدين الشاذلى which have the sub-tree: (NP (NNP سعد) (DTNNP الدين) (NNP الشاذلى)) I have tried this: similar question but there is some thing wrong in this line: List<TaggedWord>