Debjyoti Banerjee
Debjyoti Banerjee
It doesn't seems to work on apostrophe, (possessive case of nouns). Is there any work around for this?
after installing the new one, I am getting ~/.local/lib/python3.7/site-packages/twint/format.py in Tweet(config, t) 21 output = output.replace("{hashtags}", ",".join(t.hashtags)) 22 output = output.replace("{cashtags}", ",".join(t.cashtags)) ---> 23 output = output.replace("{replies}", t.replies_count) 24 output...
Is there any specification for installing it on ubuntu?
what is None and 'it', are they the part of translation or what?
@nidhaloff If you want, I can work on the requirement mentioned by @foubou, even in my system I have added that requirement.
@nothead31 I have added that feature and send a pull request. Please check that out.
Same, I am also facing the same issue
@definitleynotluke and @SethRzeszutek, I guess you guys may have more than 1 python versions, so what might be happening is you may be installing for 1 version, and trying to...
from lexnlp.extract.en.addresses import addresses import nltk nltk.download('punkt') nltk.download('averaged_perceptron_tagger') print(list(addresses.get_addresses(text)))
Try this you will get it, but I tested it, it is not so accurate.