I am trying to parse some text and diagram it, like you would a sentence. I am new to NLTK and am trying to find something in NLTK that will help me accomplish this. So far, I have seen nltk.ne_chunk and nltk.pos_tag. I find them to be not very helpful and I am not able to find any good online documentation.
I have also tried to use the LancasterStemmer, but I don't fully understand what it does or how it should be used or why it even exists.
Can somebody please help me out with this? I'm really at a loss and getting quite frustrated without any guiding lights.
Thanks in advance