Skip to content

Commit 77d1369

Browse files
authored
Merge pull request #7 from totetmatt/master
TSI 1.3.0 Emoji Network
2 parents e6c362b + 5f075a6 commit 77d1369

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,21 @@ A ** Network Logic ** means: what should be done with an incoming tweet? How to
180180
image::https://docs.google.com/drawings/d/17P99PQy30e6ReMrS1Yp29Sejvc7Fq7H8jQknw69t0p8/pub?w=530&h=576[align="center",title="Selection of the network logic"]
181181

182182
//ST: !
183-
There are for the moment 3 Network Logics to choose from:
183+
There are for the moment 4 Network Logics to choose from:
184184

185185
//ST: !
186186
* Full Twitter Network : This will represent **all** entities (User, Tweet, Hastags, URL, Media, Symbol etc...) as a graph.
187187
* 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.
188-
* Hashtag Network : This will create the network of hashtag.
188+
* Hashtag Network : This will create the network of Hashtags.
189+
* Emoji Network : Same as Hashtag Network but focused on Emoji characters ( original idea from http://dataneel.com[Neel Shivdasani] / @DataNeel ).
190+
191+
//ST: !
192+
193+
**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.
194+
195+
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.
196+
197+
image::en/twitter-streaming-importer/emoji-change-font.png[align="center", title="Change font for Emoji display"]
189198

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

0 commit comments

Comments
 (0)