<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Automatic Author Profiling Based on Linguistic and Stylistic Features</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Braja Gopal Patra</string-name>
          <email>brajagopal.cse@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Somnath Banerjee</string-name>
          <email>s.banerjee1980@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dipankar Das</string-name>
          <email>dipankar.dipnil2005@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tanik Saikh</string-name>
          <email>tanik4u@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sivaji Bandyopadhyay</string-name>
          <email>sivaji_cse_ju@yahoo.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science &amp; Engineering, Jadavpur University</institution>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science &amp; Engineering</institution>
          ,
          <addr-line>NIT Meghalaya</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2013</year>
      </pub-date>
      <abstract>
        <p>The rapid expansion of blog and electronic data in Web 2.0 is abounding and thus it is becoming important to identify the author‟s profile also. The problems of automatic identification of author‟s gender and age based on linguistic and stylistic pattern have been a subject of increasingly research interest in the recent years. The research methodologies are also helpful for several other applications like criminal detection, security and author detection etc. We have used lexical, syntactic and structural features for identifying the gender and age group of the authors. We have employed the Decision tree classifier for classifying the author profile. We have achieved the accuracies of 56.83% and 28.95% for gender and age group classification, respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>Automatic author profiling</kwd>
        <kwd>gender identification</kwd>
        <kwd>age group identification</kwd>
        <kwd>word class</kwd>
        <kwd>decision tree</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        In the 21st century, popularity of the Internet is increasing abundantly. Internet media
like emails, blogs/internet forum and websites have been identified as the ideal
communication platform for the people. In the recent years, the researchers have been
paid increasingly interest to analyze of authorship of emails, electronic messages [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]
and plagiarism detection [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] etc. Thus, analyzing the web content has become more
important to the intelligence and security agencies that monitor the author information
as much as possible [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The task of automatically predicting the authorship from
anonymous text by extracting the linguistic and stylistic features has a number of
potential applications [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. For example, if you have important textual information of
an unknown author and want to know author‟s gender, age, demographic and cultural
background etc., just by analyzing the text.
      </p>
      <sec id="sec-1-1">
        <title>In this paper, we present the task of automatic authorship identification from</title>
        <p>anonymous data provided by the PAN-2013. PAN-2013 is the 9th evaluation lab on
uncovering plagiarism, authorship and social software misuse. Author Profiling task
is concerned with predicting an author's demographics from her writing. Besides
being personally identifiable, an author's style may also reveal her age and gender.
We have used linguistic and stylistic feature for identifying the authors‟ age and
gender. Different word lists have been created for calculating the frequencies of each
document. We have also created the stopword list, smiley list, positive and negative
word lists etc. for creating the feature vector. A machine learning algorithm has been
employed for classifying the authors‟ profile. The Decision tree of Weka1 tool has
been used for the classification task. The accuracy of the system has been calculated
by the PAN organizers and we have achieved 56.83% and 28.95% for gender and age
group classification.</p>
      </sec>
      <sec id="sec-1-2">
        <title>The rest of the paper is organized in the following manner. Section 2 discusses</title>
        <p>briefly the related work available till date. Section 3 provides an overview of the data
used in the experiments. Section 4 describes the feature selection for implementation
of Machine learning algorithm and Section 5 gives the details of the system
architecture. Section 6 presents the experiments with detail analysis of results.</p>
      </sec>
      <sec id="sec-1-3">
        <title>Finally, conclusions are drawn and future directions are presented in Section 7.</title>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2 Related Studies</title>
      <p>
        Automatic author profiling is the task of predicting author‟s traits automatically using
any of the machine learning algorithms. It is more important to identify the authors‟
trait when any of that author‟s documents does not belong to the training data. In
contrast, we can say that the greater accuracy can be achieved when the author‟s
documents are present in the training data. Most of the research on author‟s profiling
focuses on the less number of traits. For example, in addition to gender, age and the
native language, level of education and country of residence are also identified in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <sec id="sec-2-1">
        <title>But, in our present work, efforts have been given to identify only the age and gender.</title>
        <p>
          A considerable amount of research on automatic classification of texts into
predefined categories has already been conducted by different research groups using
several machine learning techniques [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Over the last few decades, a great variety of
methods have been implemented for classifying the authorship attribution [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ],
[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. Different machine learning algorithms previously tried to include
different techniques such as Lazy learners (IBk) [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], Support Vector Machine
(SVM) [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] and SMO [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], LibSVM [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], RandForest [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], Information Gain [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], Baysian
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Regression [6], Exponential Gradient [7] etc.</title>
        <p>
          Several experiments have been conducted for selecting the features for
classification. Houvardas and Stamatatos [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] showed that n-gram is the best feature
for authors‟ profiling classification whereas Schler and his group [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] have shown the
effect of age and gender in Blogging sites. The authors have considered different
word classes and shown the relation of each word class with the authors‟ gender and
age. Some works [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] have identified that the POS is also an admirable linguistic
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>1 http://weka.wikispaces.com/Use+WEKA+in+your+Java+code</title>
        <p>
          feature in this type of classification. Calix and his group [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] have used 55 different
features and achieved the highest accuracy of 76.72%.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3 Experimental Data</title>
      <sec id="sec-3-1">
        <title>The data used in our experiments are provided by the PAN-2013. The corpus consists</title>
        <p>of XML documents containing the conversations in HTML format. Many different
topics are grouped by author and labeled with his/her language, gender and age group.</p>
      </sec>
      <sec id="sec-3-2">
        <title>The documents are of two languages (English and Spanish), two genders (Male and</title>
        <p>Female), and three groups of age (10s: 13-17 yrs, 20s: 23-27 yrs and 30s: 33-47yrs).</p>
      </sec>
      <sec id="sec-3-3">
        <title>Basically, we have developed the system for English language only. Each of the authors is presented in a separate XML file, the name of which provides information about the language, gender and age group in order to facilitate file tasks, and grouped by language in two separate folders, EN and ES.</title>
      </sec>
      <sec id="sec-3-4">
        <title>The English corpus incorporates a total of 236,000 authors (files) containing</title>
        <p>413,564 conversations and 180,809,187 words. The detailed distribution of data is
given in Table. 1. In our present task, a total of 1200 XML files are used for the
development purpose and rest of the data is used for training whereas the test data is
provided by the PAN organizers.</p>
        <sec id="sec-3-4-1">
          <title>Age Group</title>
          <p>10s
20s
30s</p>
        </sec>
        <sec id="sec-3-4-2">
          <title>Gender</title>
          <p>MALE
FEMALE</p>
          <p>MALE
FEMALE</p>
          <p>MALE
FEMALE
Number of
authors
8,600
8,600
42,900
42,900
66,800
66,800</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 Feature Selection</title>
      <p>
        Feature selection plays an important role in machine learning framework and depends
upon the data set used for the experiments. Thus, we have considered different
combination of features to get the best results in the classification task. Initially, we
experimented with the features like simple Unigram, Bigram and Trigram [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. But, it
has been observed that the features are proved not effective while trying to find out
any similarity for the automatic identification process. Thus, we have incorporated the
knowledge of word class frequencies. The features are as follows:
      </p>
      <sec id="sec-4-1">
        <title>Word class Frequency: The word class frequency feature plays an important role in author profiling as in [3]. Each word class contains a set of stemmed words related to synonyms and hypernyms. We have manually created a small number of seed list for each of the classes.</title>
        <p>Then, we have used the hypernym and synonym relations of RiTaWordNet2 to
increase the seed list. The increased word lists are checked manually. There are 9
classes, namely money, job, sports, television, sleep, eat, sex, family and friend. Each
of the lists contains an average of 1400 unique words. The statistics of each class is
given in the Table 2.</p>
        <p>
          Positive and Negative word class: It is found that the positive and negative word
classes are also key features for automatic author profiling [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. Thus, these two
classes contain the words which do not appear in our existing 9 word classes. After
getting all possible POS from RiTaWordNet, the sentiment scores of the words have
been calculated using the SentiWordNet 3:03 lexicon. Then, the words having
sentiment score greater than 0.1 and less than -0.1 (threshold value: |0.1|) have been
considered as the positive and negative sentiment word classes. The Positive and
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Negative word classes contain a total of 9627 and 10383 words respectively.</title>
        <sec id="sec-4-2-1">
          <title>Class</title>
          <p>Money</p>
          <p>Job
Friends
Family
Eating</p>
          <p>TV
Sports
Sleep</p>
          <p>Sex
Positive
Negative
Number of Words
881
1145
508
302
3120
261
591
19
1008
9627
10383</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>Stop words frequency: Stop words have been found as one of the important</title>
        <p>features. We have observed that the age group 20 has used more number of stop
words in their text. A total of 329 stop words have been prepared manually.</p>
      </sec>
      <sec id="sec-4-4">
        <title>Smiley words list: Frequency of Smileys in each file has been calculated using the handcrafted Smiley List. We have listed 55 smileys prepared manually by us. After calculating the frequency of smileys in each of the files, smileys are replaced by full stop words.</title>
      </sec>
      <sec id="sec-4-5">
        <title>List of Foreign Words (FW): These are the words, which are tagged as FW by</title>
        <p>the StanfordCoreNLP4 POS tagger. These are basically meee, yesss, thy, u and urs
etc.</p>
      </sec>
      <sec id="sec-4-6">
        <title>List of Punctuations: 10 types of punctuations are prepared manually.</title>
      </sec>
      <sec id="sec-4-7">
        <title>2 http://www.rednoise.org/rita/wordnet/documentation/</title>
      </sec>
      <sec id="sec-4-8">
        <title>3 http://sentiwordnet.isti.cnr.it/</title>
      </sec>
      <sec id="sec-4-9">
        <title>4 http://www-nlp.stanford.edu/software/corenlp.shtml</title>
      </sec>
      <sec id="sec-4-10">
        <title>List of Pronouns: The frequencies of the pronouns are also computed. Pronouns are tagged as PRP by StafordCoreNLP POS tagger.</title>
      </sec>
      <sec id="sec-4-11">
        <title>Average Length of Sentence: We have considered the average sentence length in</title>
        <p>documents. The sentence boundary is detected by the StanfordCoreNLP tool.</p>
      </sec>
      <sec id="sec-4-12">
        <title>It has been found that the size of each document varies, i.e., some documents contain more number of words and some documents contain less words. So, we have normalized each bag of word feature by dividing the total number of words in a document.</title>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5 System Architecture</title>
      <sec id="sec-5-1">
        <title>Stemmed Text</title>
        <p>Calculate Word
class, +ve, -ve
and Stop word
requency
Detect Sentence Boundary,
Stem and Tag POS using</p>
        <p>Stanford CoreNLP</p>
      </sec>
      <sec id="sec-5-2">
        <title>Tagged text</title>
        <p>Calculate No.
of pronoun and
Foreign words</p>
      </sec>
      <sec id="sec-5-3">
        <title>Plain Text</title>
        <p>Calculate
number of
punctuation</p>
      </sec>
      <sec id="sec-5-4">
        <title>Normalized (divided by total words)</title>
        <p>Classified
Document
Prepare Test
template
Decision</p>
        <p>Tree</p>
      </sec>
      <sec id="sec-5-5">
        <title>Classifier Figure 1: System architecture</title>
      </sec>
      <sec id="sec-5-6">
        <title>Sentence Boundary Detected</title>
        <p>Average
Word in a
Sentence
Trained text
Template</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6 Experiments and Results</title>
      <sec id="sec-6-1">
        <title>The detailed results of the PAN author profiling task have been shown in Figure 2.</title>
        <p>The result of our system has been evaluated by the PAN organizers. Though the result
shows that the overall performance of our approach (patra13) is below the base line,
but if we consider the accuracy of Gender identification, our approach is in the second
best position in the results. Our gender identification accuracy achieved 0.5683
compared to the best score of 0.5690. But, our approach does not perform well to
classify age and achieved accuracy of 28.95%. Though large corpus training data has
been supplied by PAN-2013 organizers, but due to processing overhead we have
considered small development data for training age identification. This may be one of
the causes of the performance degradation. We have used same template for both
gender and age classification and this may be another reason for degradation in age
classification.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7 Conclusion</title>
      <sec id="sec-7-1">
        <title>In this work, we have presented the task of automatic classifying the author‟s gender</title>
        <p>and age from their writing. This work is of interest for a number of potential
applications like forensics, security and marketing etc. We have performed our
experiment on the 23600 training data provided by the PAN-2013 organizers. The
results provided in this work were calculated by PAN organizers. We have acquired
the accuracies of 56.83% and 28.95% in gender and age classifications respectively.</p>
      </sec>
      <sec id="sec-7-2">
        <title>In our future work, the accuracy of the classification can be improved by finding</title>
        <p>and incorporating more suitable features like POS, number of Ellipsis, average word
length and number of paragraphs etc. It would also be interesting to perform deeper
features engineering for finding demographic and psychometric author traits more
correctly.</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgement</title>
      <sec id="sec-8-1">
        <title>The work reported in this paper is supported by a grant from the India-Japan</title>
      </sec>
      <sec id="sec-8-2">
        <title>Cooperative Programme (DST-JST) 2009 Research project entitled “Sentiment</title>
      </sec>
      <sec id="sec-8-3">
        <title>Analysis where AI meets Psychology” funded by Department of Science and</title>
      </sec>
      <sec id="sec-8-4">
        <title>Technology (DST), Government of India.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abbasi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chen</surname>
          </string-name>
          , H.:
          <article-title>Applying authorship analysis to extremist-group web forum messages</article-title>
          .
          <source>Intelligent Systems</source>
          , IEEE,
          <volume>20</volume>
          (
          <issue>5</issue>
          ),
          <fpage>67</fpage>
          -
          <lpage>75</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Houvardas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Stamatatos</surname>
          </string-name>
          , E.:
          <article-title>N-gram feature selection for authorship identification</article-title>
          .
          <source>Artificial Intelligence: Methodology, Systems, and Applications</source>
          . Springer Berlin Heidelberg,
          <fpage>77</fpage>
          -
          <lpage>86</lpage>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Schler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Effects of age and gender on blogging</article-title>
          .
          <source>In Proceedings of 2006 AAAI Spring Symposium on Computational Approaches for Analyzing Weblogs</source>
          ,
          <fpage>199</fpage>
          -
          <lpage>205</lpage>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J. W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Schler</surname>
          </string-name>
          , J.:
          <article-title>Automatically profiling the author of an anonymous text</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>52</volume>
          (
          <issue>2</issue>
          ),
          <fpage>119</fpage>
          -
          <lpage>123</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Estival</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaustad</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hutchinson</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pham</surname>
            ,
            <given-names>S. B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Radford</surname>
          </string-name>
          , W.:
          <article-title>Author Profiling for English and Arabic Emails</article-title>
          .
          <source>Natural Language Engineering</source>
          , Cambridge University Press (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Computational methods in authorship attribution</article-title>
          .
          <source>Journal of the American Society for information Science and Technology</source>
          ,
          <volume>60</volume>
          (
          <issue>1</issue>
          ),
          <fpage>9</fpage>
          -
          <lpage>26</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Shimoni</surname>
            ,
            <given-names>A. R.</given-names>
          </string-name>
          :
          <article-title>Automatically categorizing written texts by author gender</article-title>
          .
          <source>Literary and Linguistic Computing</source>
          ,
          <volume>17</volume>
          (
          <issue>4</issue>
          ),
          <fpage>401</fpage>
          -
          <lpage>412</lpage>
          (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Estival</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaustad</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pham</surname>
            ,
            <given-names>S. B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Hutchinson</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Author profiling for English emails</article-title>
          .
          <source>In Proceedings of the 10th Conference of the Pacific Association for Computational Linguistics</source>
          (pp.
          <fpage>263</fpage>
          -
          <lpage>272</lpage>
          ) (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Madigan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Genkin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>D. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fradkin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ye</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Author identification on the large scale</article-title>
          .
          <source>In Proc. of the Meeting of the Classification Society of North America</source>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Calix</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Connors</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manzar</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>MCabe</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Westcott</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Stylometry for e-mail author identification and authentication</article-title>
          .
          <source>Proceedings of CSIS Research Day</source>
          , Pace University (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Sebastiani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <article-title>: Machine learning in automated text categorization</article-title>
          .
          <source>ACM computing surveys (CSUR)</source>
          ,
          <volume>34</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>47</lpage>
          (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Patra</surname>
            ,
            <given-names>B. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kundu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Bandyopadhyay</surname>
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Classification of Interviews-A Case Study on Cancer Patients</article-title>
          .
          <source>In Proceedings of 2nd Workshop on Sentiment Analysis where AI meets Psychology (COLING2012)</source>
          .
          <source>IIT Bombay</source>
          , Mumbai, India, pp.
          <fpage>27</fpage>
          -
          <lpage>36</lpage>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>