Skip to content

Commit b495c4b

Browse files
committed
Update for TSI 1.3.0
1 parent fc75a67 commit b495c4b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,14 @@ A ** Network Logic ** means: what should be done with an incoming tweet? How to
199199

200200
image::https://docs.google.com/drawings/d/17P99PQy30e6ReMrS1Yp29Sejvc7Fq7H8jQknw69t0p8/pub?w=530&h=576[align="center",title="Selection of the network logic"]
201201

202-
There are for the moment 3 Network Logics to choose from:
202+
There are for the moment 4 Network Logics to choose from:
203203

204204
//ST: !
205205

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.
208-
* Hashtag Network : This will create the network of hashtag.
208+
* 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 ).
209210

210211
//ST: !
211212
In the following, we use the network logic "User Network":

0 commit comments

Comments
 (0)