Skip to content

Commit 37710d8

Browse files
committed
TSI 1.3.0 more info for Emoji display and export
1 parent b495c4b commit 37710d8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/main/asciidoc/en/plugins/twitter-streaming-importer-en.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,15 @@ There are for the moment 4 Network Logics to choose from:
206206
* Full Twitter Network : This will represent **all** entities (User, Tweet, Hastags, URL, Media, Symbol etc...) as a graph.
207207
* User Network : This will represent the interaction between users. Any mentions, retweets or quotes between 2 users, will be represented. The size of the edge represent the number of interactions between 2 users.
208208
* Hashtag Network : This will create the network of Hashtags.
209-
* Emoji Network : Same as Hashtag Network but focused on Emoji characters ( original idea from http://dataneel.com[Neel Shivdasani] / @DataNeel ).
209+
* Emoji Network : Same as Hashtag Network but focused on Emoji characters ( original idea from http://dataneel.com[Neel Shivdasani] / @DataNeel ).
210+
211+
//ST: !
212+
213+
**Note for the Emoji Network ** : By default, the `Label` of Emoji nodes use the UTF-8 character representation. On the `Overview` and the `Previsualisation` panel, the lable display might not work with the default settings (you will see some square instead). To make it work, you need to use a font that support emoji. The **Segoe Emoji** font should be the one available by default on Win 10.
214+
215+
For the moment, you **won't** be able to export the graph as **SVG** if you keep the UTF-8 character (PNG still works). But you can use the other emoji representation (html or alias) as label to export as SVG and apply post processing on it.
216+
217+
image::en/twitter-streaming-importer/emoji-change-font.png[align="center", title="Change font for Emoji display"]
210218

211219
//ST: !
212220
In the following, we use the network logic "User Network":
157 KB
Loading

0 commit comments

Comments
 (0)