|
{ |
|
"paper_id": "2022", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T10:41:08.505692Z" |
|
}, |
|
"title": "EmojiCloud: a Tool for Emoji Cloud Visualization", |
|
"authors": [ |
|
{ |
|
"first": "Yunhe", |
|
"middle": [], |
|
"last": "Feng", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Cheng", |
|
"middle": [], |
|
"last": "Guo", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Bingbing", |
|
"middle": [], |
|
"last": "Wen", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Peng", |
|
"middle": [], |
|
"last": "Sun", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Yufei", |
|
"middle": [], |
|
"last": "Yue", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Dingwen", |
|
"middle": [], |
|
"last": "Tao", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper proposes EmojiCloud, an opensource Python-based emoji cloud visualization tool, to generate a quick and straightforward understanding of emojis from the perspective of frequency and importance. EmojiCloud is flexible enough to support diverse drawing shapes, such as rectangles, ellipses, and image masked canvases. We also follow inclusive and personalized design principles to cover the unique emoji designs from seven emoji vendors (e.g., Twitter, Apple, and Windows) and allow users to customize plotted emojis and background colors. We hope EmojiCloud can benefit the whole emoji community due to its flexibility, inclusiveness, and customizability.", |
|
"pdf_parse": { |
|
"paper_id": "2022", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper proposes EmojiCloud, an opensource Python-based emoji cloud visualization tool, to generate a quick and straightforward understanding of emojis from the perspective of frequency and importance. EmojiCloud is flexible enough to support diverse drawing shapes, such as rectangles, ellipses, and image masked canvases. We also follow inclusive and personalized design principles to cover the unique emoji designs from seven emoji vendors (e.g., Twitter, Apple, and Windows) and allow users to customize plotted emojis and background colors. We hope EmojiCloud can benefit the whole emoji community due to its flexibility, inclusiveness, and customizability.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Emojis play a significant role in social business listening, sentiment analysis, cross-language communication, and politics. People from different language and cultural backgrounds love emojis and use them very frequently. According to a recent survey (Team, 2015), almost everyone online had experience in using emojis. It is important to generate a fast and straightforward understanding of emojis in many research and applications.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction and Background", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Inspired by the word cloud (Bielenberg and Zacher, 2005; Dubinko et al., 2007) , which has be adopted as an effective way to visualize the frequency and importance of words in text mining, we thought the word cloud of emojis seemed to be a good solution. However, as shown in Figure 1 , the word cloud will change and modify emojis' original and important features, such as colors ( ), directionalities ( ), and textures ( ). These inaccurate emoji representations may lead to misunderstanding. For example, when emojis are upside down, they turn into that conveys different sentiments and meanings. Also, miscolored * The work does not relate to his position at Amazon. emojis such as may cause the problem of personal identity representations.", |
|
"cite_spans": [ |
|
{ |
|
"start": 27, |
|
"end": 56, |
|
"text": "(Bielenberg and Zacher, 2005;", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 57, |
|
"end": 78, |
|
"text": "Dubinko et al., 2007)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 276, |
|
"end": 284, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction and Background", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In addition, the word cloud of emojis fails to capture the diversity of emoji appearances customized by emoji vendors. As different emoji renderings across viewing platforms may cause communication errors and diverse interpretations (Miller Hillberg et al., 2018; Miller et al., 2016) , it is very important to support vendor-wise emoji visualization. Although several online platforms, such as Talkwalker 1 , Slido 2 , and Poll Everywhere 3 , offer emoji cloud services for various needs, they are not open-source and fail to provide APIs or functions for flexible usages in text mining. Moreover, these services are just targeting one emoji cloud canvas shape and one emoji vendor respectively. In this paper, we design and implement Emoji-Cloud, a counterpart of the word cloud for emoji visualization. Instead of plotting words, Emoji-Cloud draws emoji images in a clear and cloud-like fashion and keeps all detailed emojis features. Emo-jiCloud is flexible to support diverse canvases, such as rectangles, ellipses, and image-masked shapes. It also enables users to customize emoji clouds by specifying emoji vendors (e.g., Twitter, Google, and Apple) and individual self-made emoji images when creating emoji clouds. As the first opensource Python-based emoji cloud visualization tool (to our best knowledge), EmojiCloud facilitates the understanding of emojis and will bring broader impacts of emojis in many domains. We believe it is a valuable and important tool to the emoji community and even the text mining community.", |
|
"cite_spans": [ |
|
{ |
|
"start": 233, |
|
"end": 263, |
|
"text": "(Miller Hillberg et al., 2018;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 264, |
|
"end": 284, |
|
"text": "Miller et al., 2016)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction and Background", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "This section presents emoji image preparation, EmojiCloud layout designs, and implementation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "EmojiCloud Design & Implementation", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "As emoji vendors, such as Twitter, Apple, and Google, can implement emoji designs into their products, emojis encoded with the same Unicode characters may demonstrate distinct appearances across platforms. To make EmojiCloud accurate and inclusive, we take emoji appearance variances across diverse vendors into consideration. Specifically, we propose an emoji image retrieval framework that collects cross-vendor emoji data from the official website of Unicode Full Emoji List . The framework crawls and stores the latest emoji images provided by seven vendors (i.e., Apple, Google, Meta, Windows, Twitter, JoyPixels, and Samsung) automatically. Considering new emojis are always requested by users (Feng et al., 2019) and the Unicode Consortium releases new emojis every year accordingly, the proposed framework is able to check and download newly added emoji images when an emoji image cannot be found in local storage. The retrieved emoji images need to be preprocessed to remove white-colored surrounding pixels that may cause a sparse emoji layout in Emoji-Cloud. As all retrieved emoji images are formatted in PNG, all these white-colored surrounding pixels have an alpha value of zero, representing full transparency. We propose a two-step transparencybased white space removal approach to reserve meaningful emoji pixels. First, as shown in Figure 2(b) , we calculate the bounding box of an original emoji image by removing surrounding white-4 https://unicode.org/emoji/charts/full-emoji-list.html colored rows and columns. Second, within the bounding box, we mark the positions of pixels that are not part of the emoji representation (see the black pixels in Figure 2 (c)) as unoccupied. We use E and U to represent the emoji image pixel values and the pixel unoccupied statuses, where E x,y represents the emoji pixel value at the coordinate (x, y) and U x,y \u2208 {0, 1} indicates whether the pixel at (x, y) is unoccupied (U x,y = 1) or not (U x,y = 0). The above two image operations help create a compact emoji cloud layout. Note that white-colored pixels composing emoji representations, such as the white pixels inside the cooked rice emoji , are not touched because they have a positive alpha value.", |
|
"cite_spans": [ |
|
{ |
|
"start": 700, |
|
"end": 719, |
|
"text": "(Feng et al., 2019)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1350, |
|
"end": 1361, |
|
"text": "Figure 2(b)", |
|
"ref_id": "FIGREF2" |
|
}, |
|
{ |
|
"start": 1669, |
|
"end": 1677, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Emoji Image Retrieval and Preprocessing", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "This section presents how to determine emoji sizes by frequency weights and design emoji layouts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "EmojiCloud Layout Design", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "We use a quintuple e = (a, b, w, E, U ) to represent an emoji, where a, b, w are the width, height, and edge-level frequency weight of emoji e. Recall that E and U represent pixel values and pixel unoccupied statuses. Suppose we have a list of emojis e to create an emoji cloud, where the i th emoji in e is expressed as", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "e i = (a i , b i , w i , E i , U i ).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "The image sizes of all emojis have been standardized, i.e.,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "a i * b i = c; \u2200i \u2208 [1, |e|],", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "where c is a constant and |e| is the total count of emojis.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "To ensure all emojis e can be drawn on the canvas without overlapping, we must adjust the weighted emoji plotting sizes with an edge rescale ratio r. Let's say the drawable emoji cloud canvas size is s. The rule of thumb is that r satisfies the following inequality.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "s \u2265 |e| i=1 w 2 i * a i * b i * r 2 = |e| i=1 w 2 i * c * r 2 (1)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "where a possible maximum edge rescale ratio r can", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "be s/(c * |e| i=1 w 2 i ).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "Thus, the rescaled width and height of emoji e i are expressed as a i = a i * w i * r and b i = b i * w i * r. The edge rescale ratio r decays at a rate of 0.9 if there is not enough room to plot all emojis on the canvas (see Line 36 in Algorithm 1).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Size Calculation", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "Suppose we have a canvas with a m * n rectangle bounding box in pixel. We use C and V to repre-Algorithm 1: EmojiCloud Layout 1 Input: e: a list of emojis; (m, n, s, C, V ): a canvas with width m, height n, drawable size s, pixel values C, and pixel painting eligibility V on the canvas; c: the standardized size of emoji images; 2 Output: C: an emoji cloud image; 3 e \u2190 sort the emoji list e by emoji weights w = [w1, w2, .., w |e| ] in reverse order; ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "4 r \u2190 s/(c * |e| i=1 w 2 i ) ; //", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "16 E i , U i \u2190 update E i , U i based on r ; // rescale E i , U i based on r 17 for (x, y) \u2208 pc do // (x, y)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "is where the center of ei to be located ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "U i x ,y = 0 then // emoji pixel (x , y ) is not unoccupied 23 xo \u2190 x \u2212 a i /2; yo \u2190 y \u2212 b i /2 ; //", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "31 Cx t ,x t \u2190 E i x t \u2212x+a i /2,y t \u2212y+b i /2 ; // plot emoji ei 32", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Vx t ,y t \u2192 0; // set painting eligibility as negative r \u2190 r * 0.9; // decay the edge rescale ratio by 0.9 37 return C sent pixel values and the pixel painting eligibility on the canvas. To be more specific, C x,y represents canvas pixel values at the coordinate (x, y) and V x,y \u2208 {0, 1} indicates the painting eligibility of (x, y), where x \u2208 [1, m] and y \u2208 [1, n]. The design of V controls the drawable shape (e.g., a circle or an ellipse) on the canvas (see section 2.3 for details). As it is possible that not all pixel coordinates are eligible for painting, the drawable canvas size s in Equation 1 does not always equal to m * n. Thus, a canvas can be expressed as (m, n, s, C, V ).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "For aesthetic purposes, we arrange an emoji with a larger weight (indicting more importance) closer to the canvas center, where more attention is usually given. First, we sort the emoji list e based on their corresponding weights in reverse order (see Line 3 in Algorithm 1). Then, we sort p c , a list of canvas pixel coordinates (x, y) that are eligible for painting emojis (i.e., V x,y = 1), by their Euclidean distances to the canvas center (m/2, n/2). For each sorted emoji e i \u2208 e, we rescale its original representation", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "(a i , b i , w i , E i , U i ) into (a i , b i , w i , E i , U i )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "using the edge rescale ratio r.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Next, we attempt to draw emoji e starting from the canvas pixel coordinate (x, y) \u2208 p c that is closest to the center of the canvas. As the center (a i /2, b i /2) of emoji e will be mapped at (x, y) on the canvas, the rest emoji pixel coordinate (x , y ) will be mapped at (x t = x+x o , y t = y+y o ), where", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "x o and y o are offsets of x \u2212 a i /2 and y \u2212 b i /2. If any occupied emoji pixel coordinate (x , y ) (i.e., U i", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "x ,y = 0) fails to be mapped to the canvas coordinate (x t , y t ) (i.e., V xt,yt = 0), we continue to check the next canvas pixel coordinate that is the second most closest to the center of canvas (see Line 17-28 in Algorithm 1).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "When emoji e i can be plotted successfully on the canvas (f lag = T rue), we copy and paste each pixel value in E i into the canvas C. In addition, the painting eligibilities of the involved pixel coordinates on the canvas are set as 0. For computing efficiency, we delete corresponding pixel coordinates from the sorted p c and increase the count of plotted emojis (see Line 29-35 in Algorithm 1).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emoji Layout", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "The proposed EmojiCloud is flexible to support diverse drawable canvas shapes, including rectangle, ellipse, image-masked, and arbitrary canvases.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Canvas Design", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "We set the default canvas shape as an m * n rectangle, and all pixel coordinates within the rectangle are eligible to draw emojis. The painting eligibility V x,y is set as 1 for all x \u2208 [1, m] and y \u2208 [1, n].", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Canvas", |
|
"sec_num": "2.3.1" |
|
}, |
|
{ |
|
"text": "Suppose we have a drawable ellipse area within an m * n rectangle bounding box for plotting emojis. The semi-major and semi-minor axes' lengths are expressed as m/2 and n/2. The center pixel coordinate is expressed as (m/2, n/2). If pixel coordinate (x, y) on canvas satisfies the following inequality, V x,y is set as 1.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ellipse Canvas", |
|
"sec_num": "2.3.2" |
|
}, |
|
{ |
|
"text": "( x \u2212 m 2 m 2 ) 2 + ( y \u2212 n 2 n 2 ) 2 \u2264 1 (2)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ellipse Canvas", |
|
"sec_num": "2.3.2" |
|
}, |
|
{ |
|
"text": "Otherwise, the coordinate (x, y) is outside of the ellipse, and the corresponding V x,y is set as 0. When m equals n, a circle canvas is defined.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Ellipse Canvas", |
|
"sec_num": "2.3.2" |
|
}, |
|
{ |
|
"text": "EmojiCloud also allows users to specify a masked canvas based on a PNG background image. Similar to the emoji image preprocessing in Section 2.1, we first determine a m * n bounding box of the image by removing the surrounding transparent pixels. Then we detect the image contour and draw a boundary accordingly (e.g., converting into ). To be more specific, we scan the alpha values of pixels in the preprocessed image by row and by column respectively. Recall that the alpha channel in PNG controls pixel transparency. During the scanning, we identify pixels that cause a alpha value change greater than a threshold \u03b8 (by default \u03b8 = 10) as boundary pixels. After all boundary pixels are determined, they will be colored by specified colors. If one pixel coordinate (x, y) is inside the boundary, the corresponding V x,y is set as 1.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Masked Canvas", |
|
"sec_num": "2.3.3" |
|
}, |
|
{ |
|
"text": "Users are allowed to specify arbitrary canvas drawable shapes by configuring the painting eligibility V x,y for pixel coordinate (x, y) on the canvas.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Arbitrary Canvas", |
|
"sec_num": "2.3.4" |
|
}, |
|
{ |
|
"text": "EmojiCloud is flexible and inclusive to handle emoji images designed by seven vendors (i.e., Apple, Google, Meta, Windows, Twitter, JoyPixels, and Samsung.) We provide an option for users to specify the vendor of interest. In addition, users can customize and combine emojis based on their requirements. For example, a red apple emoji (U+1F34E) can be replaced by for marketing campaigns. The sauropod (U+1F995) and T-Rex emoji (U+1F996) can be combined as if it is not necessary to distinguish dinosaur species.", |
|
"cite_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 156, |
|
"text": "Apple, Google, Meta, Windows, Twitter, JoyPixels, and Samsung.)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "EmojiCloud Inclusive Design", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "We develop open-source EmojiCloud in Python, one of the most popular programming languages for natural language processing and text mining. EmojiCloud has been packaged as a Python library and published through Python Package Index (PyPI). Users can run pip install EmojiCloud to install the EmojiCloud package and use from EmojiCloud import EmojiCloud to call for EmojiCloud functions in Python scripts. An Emo-jiCloud tutorial is available at https://pypi. org/project/EmojiCloud/.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Implementation and Open Source", |
|
"sec_num": "2.5" |
|
}, |
|
{ |
|
"text": "In this section, we demonstrate that EmojiCloud is able to support diverse canvas shapes, different emoji vendors, and customized emoji images.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "EmojiCloud Evaluation", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "EmojiCloud allows users to select the drawable canvas shapes to generate emoji cloud images. As shown in Figure 3 , we plot an identical list of emojis (with the same weights) on rectangle, ellipse, and image masked canvases. Emojis with large weights are placed as close to the canvas center as possible. To make the emoji cloud image compact, emojis with small weights can also be placed near the canvas center if there is enough room. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 105, |
|
"end": 113, |
|
"text": "Figure 3", |
|
"ref_id": "FIGREF5" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Visualization on Different Canvases", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "EmojiCloud is flexible to cover seven different emoji vendors. Users can specify the vendor when creating EmojiCloud images. Figure 4 shows the generated EmojiCloud images of the same emoji list for Twitter, Apple, Google, Windows, JoyPixels, Meta, and Samsung. Although vendors demonstrate different layout patterns, heavy-weight emojis are always placed in the center zone, where people usually pay more attention. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 125, |
|
"end": 133, |
|
"text": "Figure 4", |
|
"ref_id": "FIGREF6" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Visualization for Different Emoji Vendors", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Besides the above seven vendors, EmojiCloud supports arbitrary emoji representations designed and specified by users. Figure 5 demonstrates an Emo-jiCloud case of FIFA World Cup, where the default trophy (U+1F3C6) is customized by . Also, EmojiCloud allows users to customize the canvas background (see the color of grass on soccer fields in Figure 5 ). Customized emojis make EmojiCloud more appropriate and accurate to depict the investigated case studies.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 118, |
|
"end": 126, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF7" |
|
}, |
|
{ |
|
"start": 342, |
|
"end": 350, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF7" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Visualization of Customized Emojis", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "The running time of EmojiCloud depends on how many emojis are plotted and the emoji cloud canvas size. We measured the running time of EmojiCloud on a laptop with an AMD Ryzen 7 4800HS processor and 16 GB RAM. We evaluated the emoji count from 25 to 60 with an increasing step of 5 on canvases of 300*300, 400*400, and 500*500 pixels. EmojiCloud with the same setting ran 10 times to ensure the running time was accurate. As shown in Figure 6 , the running time generally increases as emoji counts and canvas sizes increase. An emoji cloud (containing up to 60 emojis) on a 300*300 pixels canvas can be generated within 5 seconds. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 434, |
|
"end": 442, |
|
"text": "Figure 6", |
|
"ref_id": "FIGREF8" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Running Time Evaluation", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "We propose and develop open-source EmojiCloud to visualize a cluster of emojis according to associated frequency weights. EmojiCloud enables a novel and informative way to investigate emojis in natural language processing and text mining. We think EmojiCloud will benefit the whole emoji community due to its flexibility, inclusiveness, and customizability.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Work", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "In the future, we will keep updating the opensource EmojiCloud based on the users' feedback, such as adding new functions and covering more emoji vendors. To further improve the flexibility and convenience of EmojiCloud, we will provide an online EmojiCloud service via www. emojicloud.org. In addition, we will explore the possibility of merging words and emojis in a unified word-emoji cloud.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Work", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "https://www.talkwalker.com/blog/emoji-analysis-crackconsumer-code 2 https://whatsnew.slido.com/en/say-it-with-an-emoji-3 https://blog.polleverywhere.com/emoji-quiz-online/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Groups in social software: Utilizing tagging to integrate individual contexts for social navigation", |
|
"authors": [ |
|
{ |
|
"first": "Kai", |
|
"middle": [], |
|
"last": "Bielenberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marc", |
|
"middle": [], |
|
"last": "Zacher", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Digital Media", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kai Bielenberg and Marc Zacher. 2005. Groups in so- cial software: Utilizing tagging to integrate individ- ual contexts for social navigation. Digital Media.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Master of Science in Digital Media", |
|
"authors": [ |
|
{ |
|
"first": "Germeny", |
|
"middle": [], |
|
"last": "Bremen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "University", |
|
"middle": [], |
|
"last": "Bremen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bremen, Germeny, University Bremen. Master of Sci- ence in Digital Media, 120.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Jasmine Novak, Prabhakar Raghavan, and Andrew Tomkins", |
|
"authors": [ |
|
{ |
|
"first": "Micah", |
|
"middle": [], |
|
"last": "Dubinko", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ravi", |
|
"middle": [], |
|
"last": "Kumar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joseph", |
|
"middle": [], |
|
"last": "Magnani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "ACM Transactions on the Web (TWEB)", |
|
"volume": "1", |
|
"issue": "2", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Micah Dubinko, Ravi Kumar, Joseph Magnani, Jas- mine Novak, Prabhakar Raghavan, and Andrew Tomkins. 2007. Visualizing tags over time. ACM Transactions on the Web (TWEB), 1(2):7-es.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "The world wants mangoes and kangaroos: A study of new emoji requests based on thirty million tweets", |
|
"authors": [ |
|
{ |
|
"first": "Yunhe", |
|
"middle": [], |
|
"last": "Feng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wenjun", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zheng", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhibo", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qing", |
|
"middle": [], |
|
"last": "Cao", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "The World Wide Web Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2722--2728", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yunhe Feng, Wenjun Zhou, Zheng Lu, Zhibo Wang, and Qing Cao. 2019. The world wants mangoes and kangaroos: A study of new emoji requests based on thirty million tweets. In The World Wide Web Con- ference, pages 2722-2728.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "blissfully happy\" or \"ready tofight\": Varying interpretations of emoji", |
|
"authors": [ |
|
{ |
|
"first": "Hannah", |
|
"middle": [ |
|
"Jean" |
|
], |
|
"last": "Miller", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jacob", |
|
"middle": [], |
|
"last": "Thebault-Spieker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shuo", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Isaac", |
|
"middle": [], |
|
"last": "Johnson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Loren", |
|
"middle": [], |
|
"last": "Terveen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Brent", |
|
"middle": [], |
|
"last": "Hecht", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Tenth international AAAI conference on web and social media", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hannah Jean Miller, Jacob Thebault-Spieker, Shuo Chang, Isaac Johnson, Loren Terveen, and Brent Hecht. 2016. \"blissfully happy\" or \"ready tofight\": Varying interpretations of emoji. In Tenth interna- tional AAAI conference on web and social media.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "What i see is what you don't get: The effects of (not) seeing emoji rendering differences across platforms", |
|
"authors": [ |
|
{ |
|
"first": "Hannah", |
|
"middle": [], |
|
"last": "Miller Hillberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zachary", |
|
"middle": [], |
|
"last": "Levonian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Kluver", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Loren", |
|
"middle": [], |
|
"last": "Terveen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Brent", |
|
"middle": [], |
|
"last": "Hecht", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the ACM on Human-Computer Interaction", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "1--24", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hannah Miller Hillberg, Zachary Levonian, Daniel Kluver, Loren Terveen, and Brent Hecht. 2018. What i see is what you don't get: The effects of (not) seeing emoji rendering differences across platforms. Proceedings of the ACM on Human-Computer Inter- action, 2(CSCW):1-24.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Emogi Research Team", |
|
"authors": [], |
|
"year": 2015, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Emogi Research Team. 2015. Emoji Report.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Word cloud of emojis" |
|
}, |
|
"FIGREF1": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "(a) Raw image (b) Bounding box (c) Unoccupied pos." |
|
}, |
|
"FIGREF2": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Preprocessing original emoji images by determining bounding boxes and marking unoccupied pixel positions (colored as black in Figure 2(c))" |
|
}, |
|
"FIGREF3": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "18 f lag \u2190 T rue ; // indicate the possibility of plotting ei 19 pt \u2190 [ ] ; // a list of canvas temporal coordinates to plot ei 20 for x = 1 \u2192 a do // x coordinate of emoji image 21 for y = 1 \u2192 b do // y coordinate of emoji image 22 if" |
|
}, |
|
"FIGREF4": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "33 remove (xt, yt) from pc; // delete (xt, yt) for computing efficiency 34 count \u2190 count + 1; // increase the number of plotted emoji by 1 35 break; 36" |
|
}, |
|
"FIGREF5": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "EmojiCloud on different canvases" |
|
}, |
|
"FIGREF6": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "EmojiCloud for different vendors" |
|
}, |
|
"FIGREF7": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "EmojiCloud for FIFA World Cup Trophy" |
|
}, |
|
"FIGREF8": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Running time of EmojiCloud" |
|
}, |
|
"TABREF0": { |
|
"content": "<table><tr><td/><td>rescale ratio in Equation 1</td></tr><tr><td colspan=\"2\">5 for x = 1 \u2192 m do 6 for y = 1 \u2192 n do 7 if Vx,y = 1 then 8 append (x, y) into the canvas pixel coordinate list pc; // canvas pixel is eligible for painting // x coordinate of canvas // y coordinate of canvas // build pc</td></tr><tr><td>10 count \u2190 0; 11 while count < |e| do 12 count \u2190 0 ; 13 for i = 1 \u2192 |e| do</td><td>// count of plotted emojis // not all emoji have been plotted // no emoji has been plotted // iterate the emojis sorted by weights in reverse order</td></tr></table>", |
|
"html": null, |
|
"text": "pc \u2190 sort pc by the Euclidean distance between (x, y) \u2208 pc and the canvas center (m/2, n/2);", |
|
"type_str": "table", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |