Code Monkey home page Code Monkey logo

emojis's People

Contributors

hamdanazhar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emojis's Issues

emDic.csv is a UTF-8 to CESU-8 conversion file

Your emDic.csv, adopted from the same file by @today-is-a-good-day, has the Unicode Name in the first column labelled Description, UTF-8 bytes in C hexadecimal notation (i.e. leading \x) in the second column labelled Bytes and CESU-8 hexadecimal bytes in angle brackets in the third column labelled R-encoding. CESU-8 is (almost) identical to UTF-8 in the BMP, i.e. for U+0000 through U+FFFF, but differs for the astral planes, in one of which (the SMP) most emojis live.

This seems rather static and as you acknowledge in your blog post, the emoji data is severely outdated. I assume there is a simpler and more flexible way to achieve the same result in R (but I’m new at it). I only know that R also supports \U######## and, for the BMP, \u#### notation, e.g. \U0001F600 (leading zeros mandatory) for U+1F600 😀. Maybe the Unicode package would be helpful.

If you don't want to parse the emoji data files released by Unicode directly (which are not simple CSVs for the most part) to identify emojis (or, worse, emoji sequences), there probably is an automatically updated project on Github that provides the respective CSV files – alas, I haven’t found it yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.