Abu Shoeb
Abu Shoeb
The current tokenizer fails to tokenize multiple emojis if they aren't space-separated. For example: ``` sentence = TextBlob("Emoji 😀 is a new way of expressing emotions 🤩😀! #Emoji. ") sentence.words...
When calling the API create_namespaced_binding() method like so: ``` config.load_kube_config() v1 = client.CoreV1Api() v1.create_namespaced_binding(namespace, body) ``` The following error is thrown: ``` Exception when calling CoreV1Api->create_namespaced_binding: (500) Reason: Internal Server...
I'm just wondering if this package can be used on Overleaf for pdfLaTex engine? I found [this one](https://stackoverflow.com/questions/62184595/how-to-display-multi-character-unicode-emojis-in-overleaf-latex/) to display emojis in LaTex but it only works with LuaLaTex.