cristinae / WikiTailor

Your à-la-carte in-domain corpora extraction tool from Wikipedia
1 stars 0 forks source link

python version in deleteEmojis #37

Open albarron opened 4 years ago

albarron commented 4 years ago

The following line makes reference to running this script with python3:

https://github.com/cristinae/WikiTailor/blob/05bc0a69bb4a3f049343a77758a35e39e4497d7c/scripts/deleteEmojis.py#L56

Nevertheless, according to this entry, in python 3 there is no unicode, which is used here:

https://github.com/cristinae/WikiTailor/blob/05bc0a69bb4a3f049343a77758a35e39e4497d7c/scripts/deleteEmojis.py#L35

It seems like we have to either say this should be run with python 2 or unicode should be changed/