kcthota / emoji4j

Java library to convert short codes, emoticons, html entities, emoticons to emojis and vice-versa
Apache License 2.0
200 stars 61 forks source link

EmojiUtils.emojify() emojifies https:// #6

Closed Sroka closed 4 years ago

Sroka commented 7 years ago

As in the topic. Whenever I want to emojify text that contains some hyperlink it detects emoji in https:// Is there any way I could exclude links form emojifying? It would be perfect if there was option to emojify only emojis separated by blanks from other characters

tterrag1098 commented 5 years ago

An option to simply skip the "emoticon" conversion entirely would be great. Seems like there would be too many edge cases like this.

kcthota commented 4 years ago

v6.0 now supports stopwords.

EmojiManager.addStopWords("http://", "https://");