From 617155fe562652c859a380d85cc5710783d79448 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 1 Feb 2016 09:30:04 -0500 Subject: Added emoji freevar Strings of emojis are tokenized separately from anything else, and added to an emoticon freevar, which is mixed in with regular emoticons like :P. This breaks old-style freevars like $name$ and $noun$ so some legacy support for compatibility is left in but eventually $name$ should be made into an actual new freevar. Emoji data is from gemoji (https://github.com/github/gemoji). --- emoticons.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 emoticons.txt (limited to 'emoticons.txt') diff --git a/emoticons.txt b/emoticons.txt new file mode 100644 index 0000000..21b8990 --- /dev/null +++ b/emoticons.txt @@ -0,0 +1,6 @@ +:) +:p +o_o +:d +;) +:o \ No newline at end of file -- cgit 1.4.1