moji

Developing a full emoji language


License
Apache-2.0
Install
pip install moji==0.0.8

Documentation

moji

Developing a full emoji language.

Disclaimer: My personal belief regarding the "will emojis become a new language" question is that their current use, and probably most valuable future use, would be to enhance existing writing systems. Indeed, compared to face-to-face spoken language, you lose quite a bit in written language, such as body language, facial expression and tone of voice. Emojis can reintroduce this lost information.

Still, out of academic curiosity, let's see what a written language that uses emojis could look like.

Our research is not about just replacing some text by emoji equivalent: We want the written system to only use unicode emojis.

Our research is not about converting text to an emoji-only written system. That's easy. You can do it with two emoji characters -- that's called binary. You can do it with a mapping between letters and emojis -- that's lame.

Instead what we want to do here is explore how one can map written english (for example) to emojis, but through their semantic content, with an eye on patterns that might lead to a grammar for the "language" -- whether this grammar emerges naturally, or is helped out a bit through the modeling setup.

To install: pip install moji

References

emoji2vec

Princeton and University College London researchers doing word2vec with emojis. See this article. We'll start with the data they provide, namely the english-emoji relations and possibly the emoji vectors too.

Emojicode

Can you believe these nerds. A programming language where language constructs (types, operators, etc.) are emojis. And they're serious! I mean, just check out at the reference documentation!

Will emoji become a new language?

[This article from the BBC] (https://www.bbc.com/future/article/20151012-will-emoji-become-a-new-language) explores the question.

Emojin

In this video Matt Mignogna talks about the "what makes a language" and proceeds in proposing a prototype. His prototype is not of much use for use since it's only a small lexicon an overly simplistic grammar, depends on non-emoji (in the unicode sense) diacritics, and is (as he later points out) just a mapping of English (I mean... who needs a definite article!)

Still, the first 6mn are is a nice introduction to the effort and potential.

English to Emoji

Code

online apps