Displaying 1 result from an estimated 1 matches for "kb2lc003".
2006 Aug 16
0
Regular expressions: retrieving matches depending on intervening strings [Follow-up]
...this is the best approximation I could come up with and should give you a better idea what I am talking about.
a<-c("<w AT0>a <w NN1>blockage <w CJC>and <w DT0>that<c PUN>.",
"<w AT0>a <w NN1>blockage <w CJC>and <ptr target=KB2LC003><w DT0>that<c PUN>.",
"<w AT0>a <w NN1>blockage <w CJC>and<c PUN>, <w DT0>that<c PUN>.",
"<w AT0>a <w NN1>blockage <w CJC>and <w AJ0>hungry <w DT0>that<c PUN>.")
matches<-gre...