[R] Identifying words ending with anything, say "ing"

2012-05-30 Thread aksay1210
Can i know how to identify words ending with "ing", say "playing","praying","remembering" etc. I want to remove such words using removeWords function. -- View this message in context: http://r.789695.n4.nabble.com/Identifying-words-ending-with-anything-say-ing-tp4631834.html Sent from the R help

[R] Identifying words ending with anything, say "ing"

2012-05-30 Thread aksay1210
Can i know how to identify words ending with "ing", say "playing","praying","remembering" etc. I want to remove such words using removeWords function. Thanks, Akshay IIM Kozhikode -- View this message in context: http://r.789695.n4.nabble.com/Identifying-words-ending-with-anything-say-ing-tp4631

Re: [R] Identifying words ending with anything, say "ing"

2012-05-30 Thread aksay1210
My query comes from the background that I want to process my text and want to remove all the proper nouns.. So, by tagPOS i can tag them as /NNP and then can remove those words from the whole text. So, if someone tell me How I can do that, that would be very helpful..!! Thanks -- View this messag

Re: [R] Identifying words ending with anything, say "ing"

2012-05-30 Thread aksay1210
Thanx a lot Charlie BUT What if I have many sentences (not individual words), where I would want to remove such words ? -- View this message in context: http://r.789695.n4.nabble.com/Identifying-words-ending-with-anything-say-ing-tp4631834p4631836.html Sent from the R help mailing list archive