<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Analysis of Discussion Forum Data as a Basis for Mentoring Support</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Jakub</forename><surname>Kuzilek</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">German Research Center for Artificial Intelligence</orgName>
								<address>
									<addrLine>Alt-Moabit 91c</addrLine>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Humboldt University of Berlin</orgName>
								<address>
									<addrLine>Unter den Linden 6</addrLine>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Milos</forename><surname>Kravcik</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">German Research Center for Artificial Intelligence</orgName>
								<address>
									<addrLine>Alt-Moabit 91c</addrLine>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Rupali</forename><surname>Sinha</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">German Research Center for Artificial Intelligence</orgName>
								<address>
									<addrLine>Alt-Moabit 91c</addrLine>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Analysis of Discussion Forum Data as a Basis for Mentoring Support</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">19E17A7B3C151997D3B66C57B1CBC1D0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-19T15:41+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Mentoring</term>
					<term>Text analysis</term>
					<term>Sentiment analysis</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Supporting mentoring processes in higher education is a relevant and challenging aim. Meta-cognitive, emotional and motivational aspects play a crucial role here. Big data can help to recognize the affects of mentees, to react accordingly and to make the mentoring support scalable. In our study, we processed data from university discussion forums utilizing text and sentiment analysis. The results suggest that this approach can raise mentors' awareness of the activities in discussion forums, but limitations need to be considered. Evaluations with real users can help to develop these approaches further.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Good learning should be individualized and personalized. This goal was already addressed with Intelligent Tutoring Systems, Adaptive and Personalized Learning Environments. These systems mainly aim at the cognitive aspects of the learning process. Intelligent Mentoring Systems (IMS) are going one step further by including metacognitive, emotional and motivational elements in the learning process.</p><p>This leads to the following question: What should concepts for designing learning and teaching look like to make the quality of individual mentoring scalable for the acquisition of target competences? Compared to coaching and tutoring, the mentoring process is more spontaneous, more holistic, based on the needs and interests of the mentee and focusing on psychological support. The relationship is more complex, two-way and based on emotions <ref type="bibr" target="#b6">[7]</ref>. Here we deal with the question how to help mentors recognize relevant and urgent contributions in discussion forums by means of text and sentiment analysis techniques.</p><p>In the following we first very briefly mention selected related work. Then we introduce the analyzed data and the methods applied. In the main part the results are presented and discussed. Finally we summarize the paper and outline next steps.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>Sentiment analysis (SA) aims to analyse people's opinions and emotions from written language. It is widely studied in data mining, Web mining, and text mining to better understand human behaviours <ref type="bibr" target="#b8">[9]</ref>. It is usually essential to consider the context of the text and the user preferences <ref type="bibr" target="#b4">[5]</ref>. User emotions and intents when contributing to discussion forums can help to elicit their goals <ref type="bibr" target="#b3">[4]</ref>.</p><p>There is a lack of opinion mining systems in non-English languages. Moreover, cross-domain SA is still a significant challenge, including issues like the difference in sentiment vocabularies across different domains and an objective assignment of a strength marker to each sentiment word <ref type="bibr" target="#b5">[6]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Data</head><p>For this research the data from OPAL discussion forums at the Technical University of Dresden between the years 2005 and 2009 have been employed. The dataset contains 16,614 messages from 123 forums exchanged between 1490 users (students and teachers). Each forum, message and user have a unique identifier.</p><p>The data is in anonymised form. Messages contain the plain text with the HTML tags and contain a collection of these emoticons: angel, blushing, confused, cool, devil, grin, kiss, ohoh, sad, smile, tongue, ugly and wink.</p><p>The analysis focused on the data from 5 forums containing the highest number of messages. Tab. 1 shows the statistics of the selected forums. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Methods</head><p>To uncover information in the data, we applied text mining methods on the selected messages. In the following, the data preprocessing is explained and then each method is introduced.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Text Preprocessing</head><p>The text corpus was preprocessed in the following way:</p><p>1. Extraction of emoticons: At the beginning, all emoticons presented in the text as HTML tags "IMG" with class "emoji" were extracted. 2. Removal of HTML formatting: All messages were stripped from the HTML tags to get the clean text messages. 3. Tokenization: All messages were divided into separate words (tokens), keeping the information to which message each word belongs. The unnest tokens algorithm from tidytext R<ref type="foot" target="#foot_1">1</ref> package <ref type="bibr" target="#b7">[8]</ref> was used. 4. Stop words removal: From the tokenized corpus German stop words were removed using stop words dictionary<ref type="foot" target="#foot_2">2</ref> . 5. Stemming: The remaining words were stemmed, meaning they were reduced to their root form. For example, the words "Abschlusses" and "Abschlüssen" will be reduced to the root form "abschluss". For the stemming, we used Snowball library <ref type="bibr" target="#b1">[2]</ref>. 6. Removal of tokens with length less than 4: All tokens with the low number of characters representing shortcuts or abbreviations were removed.</p><p>The preprocessed data contains 291,151 tokens in the root form. Each word can be mapped back to the original message and user, who created the message.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Word Frequencies and Document Frequencies</head><p>The analysis of word frequencies is the most common way to approach text corpus. The purpose is to uncover the most common words reflecting the text content. At first, the word counts for each forum were analysed by merely counting the number of word occurrences. The analysis showed the most common words in each forum.</p><p>To quantify what are the discussion forums about the term frequency -inverse document frequency (tfidf) measure was used. It measures how each word is important to the forum in the collection. The tfidf of word i in the document j is product of two measures: tf idf i,j = tf i,j * idf i where term frequency</p><formula xml:id="formula_0">tf i,j = ni,j k n k,j</formula><p>is number of word occurrences (n i,j ) divided by document length ( k n k,j ) and inverse document frequency idf i = log |D| |j:ti∈Dj | is the logarithm of number of documents (|D|) divided by number of documents in which the word is presented (|j :</p><formula xml:id="formula_1">t i ∈ D j |).</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Sentiment Analysis</head><p>For SA, the SentimentWortschatz sentiment lexicon <ref type="bibr" target="#b2">[3]</ref> has been used. It contains approximately 34.000 German words annotated by sentiment value ranging from -1 to 1, representing both negative and positive sentiment. The sentiment of a message is calculated as a sum of the sentiments of the individual message words. Three kinds of sentiment analysis were performed, which will be described in the following sections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Sentiment Trajectory</head><p>The sentiment of the messages in chronological order was visualised. The information can be interpreted as sentiment trajectory during the whole forum lifetime. This visual interpretation can uncover the general sentiment trend as well as outliers from the overall sentiment. Outliers are messages "too" positive or negative compared to the others.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Sentiment Wordcloud</head><p>The Wordcloud visualisation showing the most common words can be used in combination with the sentiment. The "cloud" is divided into two halves. One half of the cloud represents words with a positive attitude, and the second half those with the negative. The size of halves, in this case, is irrelevant. What is important are the terms themselves. They represent the most common negative and positive words in the text.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Correlation of Sentiment and Emojis</head><p>The last analysis answers the question of whether the emoticons used within the messages somehow correspond to the sentiment of the message. We assigned the sentiment values to the emojis (sentiment value is in brackets): angel (0), blushing (0.4), confused (-0.2), cool (0.8), devil (0), grin (0.8), kiss (0.4), ohoh (-0.8), sad (-0.8), smile (0.4), tongue (0.6), ugly (-0.8) and wink (0.4). Then the emojis and corresponding text sentiment were compared using Pearson's product-moment correlation test <ref type="bibr" target="#b0">[1]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Results and Discussion</head><p>The previously presented methods have been applied to the data, and the corresponding results are presented within this section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Word Count</head><p>Fig. <ref type="figure" target="#fig_0">1</ref> presents the results of word count analysis for top 5 forums. Every chart represents the top words used in the discussion forum. We can observe that one of the most used words is "aufgab", which is the root form of the word "Aufgabe", representing the assignment within the course. Other terms such as "frag", "klausur" or "dank" are also standard within the selected discussion forums. Thus one can assume that most of the message content are questions about course assignments and exams. The content is not surprising since that is why forums exist in many educational settings. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">Term Frequency -Inverse Document Frequency</head><p>Fig. <ref type="figure" target="#fig_1">2</ref> shows the most representative words for each forum. One can observe that forums 447053831, 220528647 and 320634883 discuss mathematical issues in their courses. There are words like "hilbert", "algebra", "logit", which are representatives of the mathematical terms. The other two forums cover topics in economics containing the terms like "frank", "gmbh" and "gemeinkost". Based on the analysis of word count and tfidf, one can assume that the forums focus on questions related to the course assessments. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3">Sentiment</head><p>Our analysis focused on the sentiment within the discussion forums. Fig. <ref type="figure" target="#fig_2">3</ref> shows the sentiment trajectory of each forum. One can observe that most discussion forums tend to be slightly negative, and there are several negative outlier values. For example, forum 447053831 has multiple negative peaks, suggesting that these messages may be worth analysing and answering by a mentor. One can also observe that the trajectories have lowering sentiment values over time, which suggests that in the end, the messages were more urgent. The forum educational focus can explain the overall negativity of the messages. One can expect that the huge portion of words used in communication between students and their mentors will be of neutral sentiment. Still, if the student has difficulty, the sentiment tends to be more negative. Another way to analyse sentiment is sentiment wordcloud, as shown in Fig. <ref type="figure" target="#fig_3">4</ref>. One can observe important positive and negative words. The typical representatives of positive words are: "einfach", "genau" and "verstand". These words reflect the understanding of assignments and student's success. Words representing negative sentiments are for example "falsch", "frag" and "nicht".</p><p>Finally, we also compute correlation between emojis and sentiment of the corresponding text. The resulting Pearson's product moment correlation test estimates correlation of 0.04 with p-value 4.5 thus we can conclude, that there is only small correlation between sentiment in the text and emoji used. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>Mentoring is of crucial importance for university students if provided timely and with good quality. As the capacity of experienced mentors is limited, scalable solutions are needed to make their work efficient. The available technology can analyze the emotions of students from the big data, revealing the learning progress and the need to intervene.</p><p>This work in progress deals with the text and sentiment analysis of university discussion forums, which may help mentors to notice critical points where their help is required. As mentioned earlier, there are many challenges in this research area, including a lack of opinion mining systems in non-English languages and cross-domain sentiment analysis. The sentiment vocabularies with their assignments of words are of significant importance.</p><p>Using our approach, we made several observations. In one case, the exceptionally high sentiment positivity was caused by the commercial interests of the author. Several other posts in this category were not related to learning, but rather to various celebrations. Apparently, for mentoring purposes, additional pre-processing and fine-tuning would be helpful. On the other side, a post with high sentiment negativity explained privacy and data protection rules. In another post, the indicated negativity was a context issue. E.g. the short text "das Risiko des Verlusts der Paritätsinfos geringer ist" contains three strongly negative words, but it just describes a fact. One critical post deals with the information architecture of an educational web site. So it seems for mentors, especially posts with an increased negative sentiment, are relevant to consider. The sentiment trajectory indicates that the messages after a certain point of time may become more urgent.</p><p>Of course, we realize various limitations of this study, in addition to the general challenges mentioned above, regarding the domain and context-dependency. Also, the tf-idf method does not capture the contextual information, assuming the complete independence among all the words. Nevertheless, despite these limitations, text and sentiment analysis of discussion forums can undoubtedly help to make the work of mentors more effective and efficient. Even if not every pointed post turns to be urgent, such notifications should be valid in a longer time frame, if proper tools are deployed. To justify their usefulness evaluations with real mentors need to be performed. Relevant functionalities will be integrated in the infrastructure of the tech4comp project (https://tech4comp.de/).</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Word count for the most common words in each discussion forum.</figDesc><graphic coords="5,169.35,115.85,276.64,170.98" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. The analysis of tfidf measure for each discussion forum.</figDesc><graphic coords="5,169.35,469.27,276.64,170.98" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Sentiment trajectory for each of the selected discussion forums.</figDesc><graphic coords="6,169.35,322.38,276.64,170.98" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Sentiment wordcloud for all messages in discussion forums.</figDesc><graphic coords="7,229.87,115.84,155.62,160.64" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Overview of selected OPAL discussion forums.</figDesc><table><row><cell cols="3">Forum identifier Number of users Number of messages</cell></row><row><cell>447053831</cell><cell>80</cell><cell>1085</cell></row><row><cell>1012498434</cell><cell>149</cell><cell>938</cell></row><row><cell>220528647</cell><cell>28</cell><cell>884</cell></row><row><cell>320634883</cell><cell>29</cell><cell>756</cell></row><row><cell>436011008</cell><cell>98</cell><cell>697</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">J. Kuzilek et al.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_1">https://cran.r-project.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_2">https://github.com/stopwords-iso</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Acknowledgments</head><p>The project underlying this report is funded by the German Federal Ministry of Education and Research under the funding code 16DHB2102. The presented work was partially inspired by discussions with Cathleen Stuetzer and Ralf Klamma. Responsibility for the content of this publication lies with the authors.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Algorithm as 89: The upper tail probabilities of spearman&apos;s rho</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">J</forename><surname>Best</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">E</forename><surname>Roberts</surname></persName>
		</author>
		<ptr target="http://www.jstor.org/stable/2347111" />
	</analytic>
	<monogr>
		<title level="j">Journal of the Royal Statistical Society. Series C (Applied Statistics)</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="377" to="379" />
			<date type="published" when="1975">1975</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Bouchet-Valat</surname></persName>
		</author>
		<ptr target="https://CRAN.R-project.org/package=SnowballC,rpack-ageversion0.6" />
		<title level="m">SnowballC: Snowball Stemmers Based on the C &apos;libstemmer&apos; UTF-8 Library</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Building large monolingual dictionaries at the leipzig corpora collection: From 100 to 200 languages</title>
		<author>
			<persName><forename type="first">D</forename><surname>Goldhahn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Eckart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Quasthoff</surname></persName>
		</author>
		<ptr target="http://www.lrec-conf.org/proceedings/lrec2012/pdf/327Paper.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC&apos;12)</title>
				<meeting>the Eighth International Conference on Language Resources and Evaluation (LREC&apos;12)<address><addrLine>Istanbul, Turkey</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012-05">May 2012</date>
			<biblScope unit="page" from="759" to="765" />
		</imprint>
	</monogr>
	<note>European Language Resources Association (ELRA)</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Identification of learning goals in forum-based communities</title>
		<author>
			<persName><forename type="first">J</forename><surname>Krenge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Petrushyna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kravcik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Klamma</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICALT.2011.95</idno>
		<ptr target="https://doi.org/10.1109/ICALT.2011.95" />
		<imprint>
			<date type="published" when="2011-07">07. 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Sentiment analysis algorithms and applications: A survey</title>
		<author>
			<persName><forename type="first">W</forename><surname>Medhat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hassan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Korashy</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.asej.2014.04.011</idno>
		<ptr target="http://www.sciencedirect.com/science/article/pii/S2090447914000550" />
	</analytic>
	<monogr>
		<title level="j">Ain Shams Engineering Journal</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1093" to="1113" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A survey on opinion mining and sentiment analysis: Tasks, approaches and applications</title>
		<author>
			<persName><forename type="first">K</forename><surname>Ravi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ravi</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.knosys.2015.06.015</idno>
		<ptr target="http://www.sciencedirect.com/science/article/pii/S0950705115002336" />
	</analytic>
	<monogr>
		<title level="j">Knowledge-Based Systems</title>
		<imprint>
			<biblScope unit="volume">89</biblScope>
			<biblScope unit="page" from="14" to="46" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The jury is still out: Psychoemotional support in peer e-mentoring for transition to university</title>
		<author>
			<persName><forename type="first">A</forename><surname>Risquez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sanchez-Garcia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Internet and Higher Education</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="213" to="221" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">tidytext: Text mining and analysis using tidy data principles in r</title>
		<author>
			<persName><forename type="first">J</forename><surname>Silge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Robinson</surname></persName>
		</author>
		<idno type="DOI">10.21105/joss.00037</idno>
		<ptr target="http://dx.doi.org/10.21105/joss.00037" />
	</analytic>
	<monogr>
		<title level="j">JOSS</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
		<title level="m">Sentiment Analysis and Opinion Mining</title>
				<meeting><address><addrLine>Boston, MA</addrLine></address></meeting>
		<imprint>
			<publisher>Springer US</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="1152" to="1161" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
