2017 IEEE 25th International Requirements Engineering Conference (RE) 2017
DOI: 10.1109/re.2017.14
|View full text |Cite
|
Sign up to set email alerts
|

Mining Twitter Feeds for Software User Requirements

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
60
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 81 publications
(61 citation statements)
references
References 28 publications
1
60
0
Order By: Relevance
“…By crowd [48,54,72], by textual data analysis [13,20,25,33,41,42,49,51,52,62,64,80,86,88,89], by prototyping [22], sentiment analysis [21,79], image and unstructured data analysis [21,73] 22…”
Section: Analysis and Validationmentioning
confidence: 99%
“…By crowd [48,54,72], by textual data analysis [13,20,25,33,41,42,49,51,52,62,64,80,86,88,89], by prototyping [22], sentiment analysis [21,79], image and unstructured data analysis [21,73] 22…”
Section: Analysis and Validationmentioning
confidence: 99%
“…Twitter influences many communities including the software engineering community as highlighted by many prior studies [56,9,71,61]. Various techniques have been proposed recently to mine software engineering relevant information from Twitter [52,54,72,23].…”
Section: Knowledge Sources For Software Developersmentioning
confidence: 99%
“…The algorithm can be separated into three steps: First, it generates a version tree (line 2-7). Then, it processes conversations or single tweets to extract included versions (line [8][9][10][11][12][13][14][15]. Optionally, it resolves existing conflicts (line [16][17][18][19][20][21][22][23][24].…”
Section: B App and System Versionmentioning
confidence: 99%
“…Each leave is marked as an iOS app version. If the list of system version for Android includes the version 3 for l in (l sys−ios , l sys−and , l app−ios , l app−and ) do 4 for version, label in l do 5 version tree.add(version, label) 6 end 7 end process conversation or tweet (2) 8 extracted versions = [] 9 for tweet in c do 10 for token in tweet do 11 potential matches = version tree.match(token, previous token) 12 extracted versions.append(token, potential matches) 13 previous token = token (2) Process Conversation or Tweet. The matcher takes each token including a number and respectively its previous token as input.…”
Section: B App and System Versionmentioning
confidence: 99%