Doing some research about punctuation marks in tweets (well ..), I have difficulties in getting the contexts of repeated punctuation marks with kwic. With "." and "..." (one sign) it works nicely, but "!!!" does not give any results. Even search_tweets("!!!", n=100, retryonratelimit = TRUE, include_rts=TRUE, lang="it")
gives ndoc=100. but the result of kwic(tokens(corp), pattern="!!!", window=10)
is "No data available in table".
What is wrong here?