<?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">A tweets classier based on cosine similarity</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Carolina</forename><surname>Fócil-Arias</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">CIC</orgName>
								<orgName type="institution">Instituto Politécnico Nacional (IPN)</orgName>
								<address>
									<settlement>Mexico City</settlement>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jorge</forename><surname>Zúñiga</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">CIC</orgName>
								<orgName type="institution">Instituto Politécnico Nacional (IPN)</orgName>
								<address>
									<settlement>Mexico City</settlement>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Grigori</forename><surname>Sidorov</surname></persName>
							<email>sidorov@cic.ipn.mx</email>
							<affiliation key="aff0">
								<orgName type="department">CIC</orgName>
								<orgName type="institution">Instituto Politécnico Nacional (IPN)</orgName>
								<address>
									<settlement>Mexico City</settlement>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ildar</forename><surname>Batyrshin</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">CIC</orgName>
								<orgName type="institution">Instituto Politécnico Nacional (IPN)</orgName>
								<address>
									<settlement>Mexico City</settlement>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alexander</forename><surname>Gelbukh</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">CIC</orgName>
								<orgName type="institution">Instituto Politécnico Nacional (IPN)</orgName>
								<address>
									<settlement>Mexico City</settlement>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A tweets classier based on cosine similarity</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">36E9466B0A873E39B7ADEBB9921400EC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T20:30+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>cosine similarity</term>
					<term>natural language processing</term>
					<term>Bag-of-Words</term>
					<term>word2vec</term>
					<term>opinion mining</term>
					<term>information retrieval</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The 2017 Microblog Cultural Contextualization task consists in three challenges: (1) Content Analysis, (2) Microblog search, and (3) TimeLine illustration. This paper describes the use of cosine similarity, which is characterized by the comparison of similarity between two vectors of an inner product space. This research used two approaches: (1) word2vec and (2) Bag-of-Words (BoW) for extracting all relevant tweets to each event related to the four festivals: Charrues, Transmusicales, Avignon and Edinburgh.</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>Opinion mining is dened as "the task of classifying texts into categories depending on whether they express positive or negative sentiment, or whether they enclose no emotion at all" <ref type="bibr" target="#b0">[1]</ref>.</p><p>The growth of social media provides a domain of great interest for several studies related on opinion mining (also known as sentiment analysis) <ref type="bibr" target="#b1">[2]</ref> such as opinion analysis related to topics or problems of political preferences <ref type="bibr" target="#b2">[3]</ref>, opinion about a specic product <ref type="bibr" target="#b3">[4]</ref>, news <ref type="bibr" target="#b4">[5]</ref>, and others. According to <ref type="bibr" target="#b5">[6]</ref>, Twitter is the most popular microblogging network in the world; this microblogging service has more than 300 million users, which represents a competitive advantage for many organizations.</p><p>In this project we propose the usage of cosine similarity with two features:</p><p>Bag-of-Words and word2vec using a dataset of workshop Microblog Cultural Contextualization 2017 to determine the tweets relevance according to each event from four European festivals. The remainder of this paper is structured as follows. In section 2, related work on timeline illustration, cosine similarity and opinion mining are presented. Section 3 is focused on showing the materials and methods. Section 4 describes the experimental results where two features: Bag-of-Words and word2vec are used with cosine similarity. Finally, section 5 gives a summary of this work.</p><p>2 Related Work</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">TimeLine illustration</head><p>The CLEF 2017 TimeLine illustration shared task <ref type="bibr" target="#b6">[7]</ref> was dedicated to retrieve all relevant tweets based on festival events. A variety of analysis, such as descriptive (duplicate and web addresses removal, abbreviations, etc.) <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9]</ref>, correspondence and interactive (FactoMineR package) <ref type="bibr" target="#b7">[8]</ref> were used.</p><p>When looking at the State-of-the-Art on opinion mining for TimeLine illustration, we distinguish that Dogra et al. <ref type="bibr" target="#b9">[10]</ref> used several approaches, such as (i) content-based retrieval, where a query represents a topic for matching in the documents. A common method used in this task is BM25 (Best matching), which is a probabilistic information retrieval function for documents features such as term and document frequencies, and document length <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>, (ii) diversication is used when a retrieval function does not take into account the relations among returned documents; they may have relevant and redundant information <ref type="bibr" target="#b12">[13]</ref>, and (iii) re-ranking for improving the retrieval results through a baseline system <ref type="bibr" target="#b13">[14]</ref>.</p><p>In related research, Murtagh <ref type="bibr" target="#b7">[8]</ref> used correspondence analysis to map the dual spaces of days and hashtags to a latent semantic space with social narratives information, and related work on Pierre Bourdieu news.</p><p>According to Hoan <ref type="bibr" target="#b14">[15]</ref>, the model usage according to base knowledge, makes use of an ontology to identify the relation among tweets, festivals and locations. They used a combination of Stanford NER, festival location and user prole. The tweets comparison related to each festival consists of festivals and properties lists with the tweet content.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Cosine similariy method</head><p>In this paper, we select a cosine similarity approach for unsupervised learning, and now, we will present some works related to this method with similar objectives.</p><p>Shi and Macy <ref type="bibr" target="#b15">[16]</ref> compared a standardized Co-incident Radio (SCR) with Jaccard index and cosine similarity. They chose SCR to map sport league studies, music artists, and congress members that can obtain more followers on Twitter.</p><p>AL-Smadi et al. <ref type="bibr" target="#b16">[17]</ref> provided a semantic text similarity approach using text overlap, word alignment and semantic features to identify the paraphrasing in Arabic news tweets. This semantic text similarity is based on Support Vector Regression, which is used for regression analysis. The method achieved good accuracy according to State-of-the-Art.</p><p>Tajbakhsh and Bagherzadeh <ref type="bibr" target="#b17">[18]</ref> used cosine similarity to nd coincidences among tweets. Also, the results were compared with several semantic-based algorithms such as Shortest path, Wu &amp; Palmer, Lin, JiangConrath, Resnik, Lesk, LeacockChodorow, and Hirst-STOnge.</p><p>Other related works that use cosine similarity are presented in <ref type="bibr">[1921]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Sentiment analysis approaches</head><p>In this section, we overview several researches based on tweets classication. Looking at particular systems, Dela Rosa, et al. <ref type="bibr" target="#b21">[22]</ref> presented a study related on clustering and classifying tweets into dierent categories such as highly relevant, somewhat relevant, not relevant and spam using hash-tags as indicators. The aim of this approach is to nd the most representative tweets for some story such as video's Lady Gaga, Obama's help to Japan, disturbing video of Charlie Sheen, and others. The results of this technique performed well based on Stateof-the-Art. Nádia et al. <ref type="bibr" target="#b22">[23]</ref> besought a combination of classier ensembles (Random Forest, Suppport Vector Machines, Multinomial Naive Bayes and Logistic Regression) and lexicon for predicting whether a tweet is positive or negative concerning a query term. This ensemble method used two feature representations (Bag-of-Words and hashing) and the results provided an improvement in the State-of-the-Art</p><p>Another approach was presented in <ref type="bibr" target="#b23">[24]</ref>, where a combination of classier ensembles (Multinomial Naive Bayes, SVM, Random Forest, and Logistic Regression) and lexicons were trained for identication of tweets polarity.</p><p>In related research, Paltoglou and Thelwall <ref type="bibr" target="#b24">[25]</ref> proposed an unsupervised approach based on lexicon-classier using Bag-of-Words as features. This method estimates the polarity and subjectivity of informal texts on the web, such as tweets, social network and online discussions. The results show that the proposed algorithm presents a trustworthy solution for analyzing feelings of informal communication on internet.</p><p>With regard to sentiment analysis of tweets posted on Twitter during a disaster, Venkata et al. <ref type="bibr" target="#b25">[26]</ref> provided an approach with Bag-of-Words, polarity clues, emoticons, internet acronyms sentistrength and puntuaction as features for identifying and categorizing the sentiments.</p><p>As we can see, many researchers have focused on the information that twitter can express, due to the opinions of consumers concerning brands and products <ref type="bibr" target="#b23">[24]</ref>, political and social events <ref type="bibr" target="#b26">[27]</ref>, health care <ref type="bibr" target="#b27">[28,</ref><ref type="bibr" target="#b28">29]</ref>, higher education <ref type="bibr" target="#b29">[30]</ref>, microblogging and social network services <ref type="bibr" target="#b30">[31]</ref>, foresight <ref type="bibr" target="#b31">[32]</ref> and others.</p><p>In this work, we selected an approach for unsupervised learning called cosine similarity method using two types features: word2vec and Bag-of-Words. Each experiment was evaluated individually. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Preprocessing steps</head><p>Tweets gathered from Twitter without a preprocessing stage have noise, confusing words, URLs, stop words and so on. Therefore, this study used the following preprocessing:</p><p>1. Consider tweets, which are written in latin alphabet such as English, Spanish, German, Italian, French, and others. 2. Eliminate all retweets. 3. Remove special characters, accents and lingüistic inections. 4. Convert the dates mm/dd/yy into an only format dd/mm/yy. 5. Serialize and reduce the dataset into 10,000 tweets due to the large amount of tweets. 6. Tokenize all words via NLTK toolkit <ref type="bibr" target="#b33">[34]</ref>. 7. Replace several white spaces into a white space.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Features</head><p>This study uses the following features after preprocessing the tweets.</p><p>1. Bag-of-Words. This is a basic representation of words as features. The aim is to compute the word frequencies in a document to nd the similarities and dierences among the documents <ref type="bibr" target="#b34">[35]</ref>. Figure <ref type="figure">1</ref> shows Bag-of-Words approach applied in this study.</p><p>Fig. <ref type="figure">1</ref>: An example of Bag-of-Words approach 2. Word2Vec. This is a useful technique used to create word embedding <ref type="bibr" target="#b35">[36]</ref>. This means, representing a word as a vector <ref type="bibr" target="#b36">[37]</ref>. We use Word2Vec to create an embedding vector for each word in the tweet, compare all vectors and take the maximum value to obtain sentence representation.</p><p>Fig. <ref type="figure">2</ref>: An example of Bag-of-Words approach</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Cosine similarity</head><p>Cosine similarity is a measure that calculates the angle cosine between two vectors <ref type="bibr" target="#b15">[16]</ref>. This technique indicates the degree of similarity between documents which are represented by vectors; when the two vectors are equal then the similarity is high and we obtain a value of 1.</p><p>Fig. <ref type="figure">3</ref>: An example of cosine similarity</p><p>In this context, each topic and tweet are represented as vectors, where each vector has the word frequencies (See Figure <ref type="figure">1</ref>), and then, the cosine formula is applied as follows.</p><formula xml:id="formula_0">cos = n i A i × B i n i (A i ) 2 × n i (B i ) 2 ,<label>(1)</label></formula><p>where the topic document is represented by A, and the tweet document is represented by B.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Experimental results</head><p>In these experiments, we used the format .res for representing the results as shown in Table <ref type="table" target="#tab_1">1</ref>. We conducted two experiments. The rst set of experiments consisted in using Bag-of-Words. Based on this approach, Table <ref type="table" target="#tab_2">2</ref> shows the ten tweets most relevant according to the Charrues event.</p><p>In the next stage of experiments, we used word2vec as features to perform the task. The results of this experiment are shown in Table <ref type="table" target="#tab_3">3</ref>. The motivation of this work is focused on retrieval of the most relevant tweets for each of the four festivals. We concentrated on two types of features: Bag-of-Words and word2vec using the cosine similarity approach. Our results show that this technique is capable of detecting the more popular opinion gathered from Twitter based on similarity between tweets and topics.</p><p>There is much future work to be done in this study such as the analysis of hashtags, URL, emoticons and tweets characteristics. Furthermore, we will conduct experiments using Bag-of-Words and word2vec features with other measures of structural similarity such as Jaccard index and Phi coecient.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>1. Dataset "clef microblogs festival": This dataset has the tweets related to four festivals, where there are two French Musical festivals, one French theater festival and one Great Britain theater festival. Altogether, this data contains 17.1 GB of information, which is represented by several variables such as: This dataset is a XML le which contains the four festivals. From this set, there are 664 events, which are divided by 61 events that correspond to the Charrues festival; 138 to the Edinburgh festival, 365 to the Avignon festival, and 100 to the Transmusicales festival. An example of structure in the XML document is given below.</figDesc><table><row><cell>id</cell></row><row><cell>username</cell></row><row><cell>date</cell></row><row><cell>content tweet</cell></row><row><cell>tweet link</cell></row><row><cell>microblogging name</cell></row><row><cell>2. Dataset "clef mc2 task3 topics": &lt;topics&gt;</cell></row><row><cell>...</cell></row><row><cell>&lt;topic&gt;</cell></row><row><cell>&lt;id&gt;5&lt;/id&gt;</cell></row><row><cell>&lt;title&gt;&lt;/title&gt;</cell></row><row><cell>&lt;artist&gt;Klangstof&lt;/artist&gt;</cell></row><row><cell>&lt;festival&gt;transmusicales&lt;/festival&gt;</cell></row><row><cell>&lt;startdate&gt;04/12/16-17:45&lt;/startdate&gt;</cell></row><row><cell>&lt;enddate&gt;04/12/16-18:30&lt;/enddate&gt;</cell></row><row><cell>&lt;venue&gt;UBU&lt;/venue&gt;</cell></row><row><cell>&lt;/topic&gt;</cell></row><row><cell>...</cell></row><row><cell>&lt;/topics&gt;</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 :</head><label>1</label><figDesc>Example of .res format</figDesc><table><row><cell>id_event</cell><cell>id_tweet</cell><cell>rank</cell><cell>score</cell><cell cols="2">team_name run_id</cell></row><row><cell>1</cell><cell cols="4">634230797378019328 0 0.674039180188 CICLLN</cell><cell>Run1</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 :</head><label>2</label><figDesc>Results of cosine similarity using Bag-of-Words approach</figDesc><table><row><cell>id_event</cell><cell>id_tweet</cell><cell>rank</cell><cell>score</cell><cell cols="2">team_name run_id</cell></row><row><cell>1</cell><cell cols="4">617440895923810304 0 0.381385035698 CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">598160864143900672 1</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">599058548878921728 2</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">599715191341850624 3</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">609679635245174785 4</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">599996065455198208 5</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">602859447040483328 6</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">616665773579333633 7</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">624511773865984000 8</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row><row><cell>1</cell><cell cols="2">614053444761092096 9</cell><cell>0</cell><cell>CICLLN</cell><cell>Run1</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 :</head><label>3</label><figDesc>Results of cosine similarity using word2vec approach</figDesc><table><row><cell>id_event</cell><cell>id_tweet</cell><cell>rank</cell><cell>score</cell><cell cols="2">team_name run_id</cell></row><row><cell>1</cell><cell cols="4">624511773865984000 0 0.956182887468 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">609693683177406464 24 0.903696114115 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="2">630692572768432128 32</cell><cell>0.9</cell><cell>CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="2">599623807641460736 45</cell><cell>0.894427191</cell><cell>CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">631057027259731968 53 0.877058019307 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">602586360931749889 5 0.956182887468 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">690208102843576320 59 0.848528137424 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">614053444761092096 72 0.843274042712 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">602487688223072256 111 0.822192191644 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">603514162614915072 353 0.701646415446 CICLLN</cell><cell>Run2</cell></row><row><cell>1</cell><cell cols="4">603186417154523136 999 0.377123616633 CICLLN</cell><cell>Run2</cell></row><row><cell cols="4">5 Conclusions and future work</cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">Materials and Methods3.1 DatasetThe dataset for this study came from the workshop Microblog Cultural Contextualization 2017<ref type="bibr" target="#b32">[33]</ref>. The data consists of festivals and topics collected during July and December 2015. A brief summary of the dataset is shown below.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Large scale opinion mining for social, news and blog data</title>
		<author>
			<persName><forename type="first">N</forename><surname>Tsirakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Poulopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Tsantilas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Varlamis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Systems and Software</title>
		<imprint>
			<biblScope unit="volume">127</biblScope>
			<biblScope unit="page">237</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A review of natural language processing techniques for opinion mining systems</title>
		<author>
			<persName><forename type="first">S</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Luo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Fusion</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A method for computing political preference among twitter followers</title>
		<author>
			<persName><forename type="first">J</forename><surname>Golbeck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hansen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Social Networks</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page">177184</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
	<note>Special Issue on Political Networks</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Analysis of product twitter data though opinion mining</title>
		<author>
			<persName><forename type="first">R</forename><surname>Fernandes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Douza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Annual India Conference (INDICON)</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
			<biblScope unit="page">15</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Opinion mining on twitter microblogging using support vector machine: Public opinion about state islamic university of bandung</title>
		<author>
			<persName><forename type="first">Maylawati</forename><surname>Jumadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Subaeki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ridwan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th International Conference on Cyber and IT Service Management</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
			<biblScope unit="page">16</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The impact of microblogging data for stock market prediction: Using twitter to predict returns, volatility, trading volume and survey sentiment indices</title>
		<author>
			<persName><forename type="first">N</forename><surname>Oliveira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cortez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Areal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert System with Application</title>
		<imprint>
			<biblScope unit="volume">73</biblScope>
			<biblScope unit="page" from="125" to="144" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lawless</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gonzalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Kelly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Goeuriot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mandl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Cappellato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</author>
		<title level="m">Experimental ir meets multilinguality, multimodality, and interaction, 8th International Conference of the CLEF Association</title>
				<meeting><address><addrLine>CLEF</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="page">1114</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Semantic mapping : Towards contextual and trend analysis of behaviours and practices</title>
		<author>
			<persName><forename type="first">F</forename><surname>Murtagh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2016 -Conference and Labs of the Evaluation forum</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page">12071225</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Tweet data mining: the cultural microblog contextualization data set</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">R</forename><surname>Chaham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Scohy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2016 -Conference and Labs of the Evaluation forum</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page">12461259</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Lig at clef 2016 cultural microblog contextualization : Timeline illustration based on microblogs pre-processing of the ocial tweet corpus content-based matching</title>
		<author>
			<persName><forename type="first">N</forename><surname>Dogra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mulhem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">O</forename><surname>Amer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2016 -Conference and Labs of the Evaluation forum</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page">12011206</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A machine learning approach for improved bm25 retrieval</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Svore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Burges</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceeding of the 18th ACM conference on Information and knowledge management</title>
				<meeting>eeding of the 18th ACM conference on Information and knowledge management</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page">18111814</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">The probabilistic relevance framework: Bm25 and beyond</title>
		<author>
			<persName><forename type="first">S</forename><surname>Robertson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends in Information Retrieval</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A comparative study of search result diversication methods</title>
		<author>
			<persName><forename type="first">W</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Fang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proc. of DDR</title>
		<imprint>
			<biblScope unit="page">5562</biblScope>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Object retrieval with image graph traversal-based re-ranking</title>
		<author>
			<persName><forename type="first">S</forename><surname>Qi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Luo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Signal Processing: Image Communication</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Building a knowledge base using microblogs : the case of festivals and location-based events</title>
		<author>
			<persName><forename type="first">H</forename><surname>Thi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ngoc</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mothe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2016 -Conference and Labs of the Evaluation forum</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page">12261237</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Measuring structural similarity in large online networks</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Shi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Macy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Data in the Social Sciences</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="page">97106</biblScope>
		</imprint>
	</monogr>
	<note>Special issue on Big</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Paraphrase identication and semantic text similarity analysis in arabic news tweets using lexical, syntactic, and semantic features</title>
		<author>
			<persName><forename type="first">M</forename><surname>Al-Smadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Jaradat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Al-Ayyoub</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Jararweh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Processing &amp; Management</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="page" from="640" to="652" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Microblogging hash tag recommendation system based on semantic tf-idf: Twitter use case</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Tajbakhsh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bagherzadeh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th International Conference on Future Internet of Things and Cloud Workshops</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page">252257</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Density based clustering for cricket world cup tweets using cosine similarity and time parameter</title>
		<author>
			<persName><forename type="first">N</forename><surname>Pandey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Annual IEEE India Conference (INDICON)</title>
				<imprint>
			<date type="published" when="2015">2015. 2015</date>
			<biblScope unit="page">16</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A tweet grouping methodology utilizing inter and intra cosine similarity</title>
		<author>
			<persName><forename type="first">N</forename><surname>Kaur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Gelowitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 28th Canadian Conference on Electrical and Computer Engineering (CCECE)</title>
				<imprint>
			<date type="published" when="2015">2015. 2015</date>
			<biblScope unit="page">756759</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Rating of indonesian sinetron based on public opinion in twitter using cosine similarity</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">R</forename><surname>Prasetyo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Winarko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2nd International Conference on Science and Technology-Computer (ICST)</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
			<biblScope unit="page">200205</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Topical clustering of tweets</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Gershman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Frederkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ACM SIGIR: SWSM</title>
				<meeting>the ACM SIGIR: SWSM</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Using unsupervised information to improve semi-supervised tweet sentiment classication</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F F</forename><surname>Da Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">F S</forename><surname>Coletta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">R</forename><surname>Hruschka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">J</forename><surname>Hruschka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Sciences</title>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Tweet sentiment analysis with classier ensembles</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F F</forename><surname>Da Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">R</forename><surname>Hruschka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">J</forename><surname>Hruschka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Decision Support Systems</title>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Twitter, myspace, digg: Unsupervised sentiment analysis in social media</title>
		<author>
			<persName><forename type="first">G</forename><surname>Paltoglou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Thelwall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Intelligent Systems and Technology</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Sentiment analysis during hurricane sandy in emergency response</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">K</forename><surname>Neppalli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Caragea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Squicciarini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tapia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Stehle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Disaster Risk Reduction</title>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">A rule dynamics approach to event detection in twitter with its application to sports and politics</title>
		<author>
			<persName><forename type="first">M</forename><surname>Adedoyin-Olowe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Gaber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Dancausa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Stahl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">B</forename><surname>Gomes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="page">360</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">The use of twitter by radiology journals: An analysis of twitter activity and impactÂ factor</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">S</forename><surname>Kelly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">E</forename><surname>Redmond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J</forename><surname>Nason</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Healy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">A</forename><surname>Horgan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">J</forename><surname>Heernan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American College of Radiology</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page">1396</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Introducing the twitter impact factor: An objective measure of urology&apos;s academic impact on twitter</title>
		<author>
			<persName><forename type="first">D</forename><surname>Cardona-Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sorokin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Leinwand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Welliver</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">European Urology Focus</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page">417</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Using twitter for education: Benecial or simply a waste of time?</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">F</forename><surname>Hew</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computers &amp; Education</title>
		<imprint>
			<biblScope unit="volume">106</biblScope>
			<biblScope unit="page">118</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Twitter sentiment analysis using hybrid cuckoo search method</title>
		<author>
			<persName><forename type="first">Chandra</forename><surname>Pandey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Singh Rajpoot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Saraswat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Processing &amp; Management</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Using twitter for foresight: An opportunity?</title>
		<author>
			<persName><forename type="first">V</forename><surname>Kayser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bierwisch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Futures</title>
		<imprint>
			<biblScope unit="volume">84</biblScope>
			<biblScope unit="page" from="50" to="63" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Cultural micro-blog contextualization 2016 workshop overview : data and pilot tasks</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ermakova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Goeuriot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mothe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mulhem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Y</forename><surname>Nie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sanjuan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2016 -Conference and Labs of the Evaluation forum</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page">17971200</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<title level="m" type="main">Natural Language Processing with Python</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bird</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Loper</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Bag-of-concepts: Comprehending document representation through clustering words in distributed representation</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">K</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cho</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Neurocomputing</title>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">A topic-enhanced word embedding for twitter sentiment classication</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Ren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ji</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Sciences</title>
		<imprint>
			<biblScope unit="volume">369</biblScope>
			<biblScope unit="page">198</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">An approach to the use of word embeddings in an opinion classication task</title>
		<author>
			<persName><forename type="first">F</forename><surname>Enríquez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Troyano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>López-Solaz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">66</biblScope>
			<biblScope unit="page" from="1" to="6" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

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