Hi, I have written a code which sends queries to Google and returns the results. I extract the snippets(summaries) from these results for further processing. However, sometime non-english words are in these snippets which I don't want them. for example:
/\u02b0w\u025bn w\u025bn unstressed \u02b0w\u0259n w\u0259n/
I only want the "unstressed" word in this sentence. How can I do that? thanks