<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Reza Karimpour</string-name>
          <email>rezaka@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Amineh Ghorbani</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Azadeh Pishdad</string-name>
          <email>a.pishdad@ece.ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mitra Mohtarami</string-name>
          <email>m.mohtarami@yahoo.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abolfazl AleAhmad</string-name>
          <email>a.aleahmad@ece.ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hadi Amiri</string-name>
          <email>h.amiri@ece.ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Farhad Oroumchian</string-name>
          <email>foroumchian@acm.org</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Database Research Group</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>University of Tehran (a.ghorbany@ece.ut.ac.ir)</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Database Research Group, University of Tehran</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>With the emergence of vast resources of information, it is necessary to develop methods that retrieve most relevant information according to the users needs. These retrieval methods may benefit from natural language constructs to boost their results by achieving higher precision/recall rates. In this attempt, we have used part of speech attributes of terms as extra information about document and query terms and have evaluated the impact of such information on the performance of the retrieval algorithms. Also the effect of stemming has been experimented as a complement to this research. Our findings indicate that part of speech tags may have small influence on effectiveness of the retrieved results. However, when this information is combined with stemming it improves the accuracy of the outcomes considerably.</p>
      </abstract>
      <kwd-group>
        <kwd>Persian information retrieval</kwd>
        <kwd>Natural language</kwd>
        <kwd>Part of speech</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>l
a
v
e
i
r
t
e
R
n
o
i
t
a
m
r
o
f
n
I
n
a
i
s
r
e
P
n
I
g
n
i
g
g
a
T
h
c
e
e
p
S
f
o
t
r
a
P
g
n
i
s</p>
      <p>U
1 . I n t r o d u c t i o n
Exploiting meta-information of the terms in the retrieval process can result in precision and recall
improvements. Part of Speech tagging techniques can be used for this purpose by clarifying the role of
the terms in the queries and documents and consequently making it possible to assign different priorities
to different query terms based on their part of speech. In addition stemming can collapse many surface
words in languages like Arabic and Persian into a single representation and improve the recall of the
system.</p>
      <p>
        The general objective of the present study is to further investigate the potential benefits of incorporating
part of speech information into both query statements and the document collection in the Persian
language and to observe the consequences of such incorporation in document retrieval. This general
objective is also complemented by the investigating the effect of stemming in such environment.
2 . L i t e r a t u r e R e v i e w
Different algorithms and methods have been developed to make more accurate retrieval engines
        <xref ref-type="bibr" rid="ref20">(Witten,
Moffat, &amp; Bell, Nov 1995)</xref>
        ,
        <xref ref-type="bibr" rid="ref15">(Singhal, Buckley, &amp; Mitra, 1996)</xref>
        <xref ref-type="bibr" rid="ref16">(Strohman, Metzler, Turtle, &amp; Croft,
2005)</xref>
        . In addition Document retrieval has been an interesting topic for those working in natural language
processing (NLP)
        <xref ref-type="bibr" rid="ref1">(Allen, 1995)</xref>
        ,
        <xref ref-type="bibr" rid="ref9">(LEWIS &amp; Jones, 1996)</xref>
        but not much work has been done on the use of
these techniques for Persian document retrieval.
      </p>
      <p>
        There has been much work on Persian Information Retrieval but none of these approaches have used part
of speech tagging which has been tested on other language leading to good results
        <xref ref-type="bibr" rid="ref13 ref2 ref3">(Amiri, Aleahmad,
Oroumchian, Lucas, &amp; Rahgozar, 2007)</xref>
        . On the other hand studies in Persian POS tagging have reported
accuracy rates of up to 95% using methods such as TnT and MLE taggers
        <xref ref-type="bibr" rid="ref13 ref2 ref3">(Amiri, Hojjat, &amp; Oroumchian,
2007)</xref>
        ,
        <xref ref-type="bibr" rid="ref13 ref17 ref2 ref3">(Raja, Amiri, Tasharofi, Sarmadi, Hojjat, &amp; Oroumchian, 2007)</xref>
        ,
        <xref ref-type="bibr" rid="ref10 ref11">(Mohtarami, Amiri, &amp;
Oroumchian, 2006)</xref>
        ,
        <xref ref-type="bibr" rid="ref10 ref11">(Ooumchian, Tasharofi, Amiri, Hojjat, &amp; Raja, 2006)</xref>
        . Therefore it seemed
reasonable to use these taggers in creating a new generation of retrieval engines for Persian language.
In this research we utilize POS tagging methods to assign weight to the terms in documents and queries
and reduce the priority of those types of the words that don’t have a big impact in retrieval in order to
come up with more relevant results.
3 . P a r t o f S p e e c h T a g g i n g
Part of speech tagging selects the most likely sequence of syntactic categories for the words in a
sentence. It determines grammatical characteristics of the words, such as part of speech, grammatical
number, gender, person, etc. This task is not trivial since many words are ambiguous. Most of the models
used for various Information retrieval tasks, treat all the content words as the same and without
considering their individual significance in the language. Paying attention to the special role of the word
in the context tells us a lot about a word and the other words around it. Also it should be noticed that the
role of each word in a document is subjective and it depends on what the user means by the words in the
query
        <xref ref-type="bibr" rid="ref1">(Allen, 1995)</xref>
        ,
        <xref ref-type="bibr" rid="ref14">(Shah &amp; Bhattacharyya, 2002)</xref>
        In different languages and tagging systems, the number of tags vary from a dozen to several hundred
depending on the specificity the information provided by the tag. For example a tag set may just
categories nouns as singular and plural while another tag set may provide more detail such as name of a
location or person. Obviously, not all of these tags have the same impact on retrieval of relevant
documents from a corpus
        <xref ref-type="bibr" rid="ref6">(Carlberger &amp; Kann, 1999)</xref>
        . That means calculating a proper tag set with the
right size for a particular collection of a language is an issue worthy of studying.
      </p>
      <p>
        In this study, we used Bijankhan
        <xref ref-type="bibr" rid="ref4">(Bijankhan, 2004)</xref>
        corpus which is a manually tagged document set
including 550 different tags. Out of theses tags, a subset of 40 -as shown in Table 1- were selected as the
most important ones in practical Persian text based application
        <xref ref-type="bibr" rid="ref13 ref2 ref3">(Amiri, Hojjat, &amp; Oroumchian, 2007)</xref>
        l
a
v
e
i
r
t
e
R
n
o
i
t
a
m
r
o
f
n
I
n
a
i
s
r
e
P
n
I
g
n
i
g
g
a
T
h
c
e
e
p
S
f
o
t
r
a
P
g
n
i
s
      </p>
      <p>U</p>
      <p>
        It has been reported that in some applications of IR, the nouns are more important than other tokens
        <xref ref-type="bibr" rid="ref18 ref19">(Turney &amp; Littman, 2002)</xref>
        ,
        <xref ref-type="bibr" rid="ref12">(Paik, Liddy, Yu, &amp; McKenna, 1993)</xref>
        .However, sometimes even stop words
can be useful
        <xref ref-type="bibr" rid="ref18 ref19">(Turney &amp; Littman, 2002)</xref>
        . The importance of various POS tags is very subjective. For
example in some areas such as biology or advertisement that emphasize the differences among things and
their characteristic, Adjectives are more important. While in applications such as music that are mostly
adverb-rich, the role of adverbs become more important
        <xref ref-type="bibr" rid="ref14">(Shah &amp; Bhattacharyya, 2002)</xref>
        . Some studies
also have investigated the role of verbs in document analysis
        <xref ref-type="bibr" rid="ref8">(Klavans &amp; Kan, 1998)</xref>
        .
      </p>
      <p>After analyzing the impact of these 40 different tags, eventually we find out that noun, verb, adjective
and adverb are the most important POS Tags in Persian retrieval. In the result section we show the
impact of using these tags on documents in the corpus and also queries.</p>
      <p>
        The TnT POS tagger8 is used in this study to determine the part of speech of Persian words
        <xref ref-type="bibr" rid="ref5">(Brants,
2000)</xref>
        . TnT is a very efficient statistical part-of-speech tagger that is trainable on different languages and
virtually any tag set. TnT requires a pre-tagged document collection for training phase. The system
incorporates several methods of smoothing as well as handling unknown words. Employing the tagger to
either a new language or new tag set is a simple process
        <xref ref-type="bibr" rid="ref5">(Brants, 2000)</xref>
        .
4 . M e t h o d o l o g y
The experiments have been conducted using the indri retrieval system. Subsequently the Hamshahri
corpus and the queries are tagged using the TNT POS tagger. According to the weighing procedure
described in the previous section, queries are weighted using the Indri. The different weighting schemas
as well as the omission of less important tags are explained in the next section.
      </p>
      <p>After experimenting with different tagging schemas, the corpus and the queries are then stemmed to
evaluate the consequences of stemming on the retrieval system. In addition the tagged corpus will be
stemmed too in order to find out how these two approaches may complement each other.
8 TnT can be found at http://www.coli.uni-saarland.de/~thorsten/tnt/
l
a
v
e
i
r
t
e
R
n
o
i
t
a
m
r
o
f
n
I
n
a
i
s
r
e
P
n
I
g
n
i
g
g
a
T
h
c
e
e
p
S
f
o
t
r
a
P
g
n
i
s</p>
      <p>U
5 . I m p l e m e n t a t i o n
Using Parts of speech tagging metadata information as our main approach, we developed configurations
from various combinations of term stemming beside POS tagging in order to observe its effectiveness in
action. As stated in previous section tagged corpus was obtained using statistical techniques. Bijankhan
tagged collection was used as the training data to estimate the role of each word in the Hamshahri
collection. Stemming was performed by employing simple grammatical rules using PERSTEM Persian
stemmer9. Consequently we prepared 4 different collections as shown in Table 2.
Normal (Neither stemmed nor tagged)</p>
    </sec>
    <sec id="sec-2">
      <title>Stemmed</title>
      <p>Terms tagged with related parts of speech</p>
    </sec>
    <sec id="sec-3">
      <title>Stemmed and tagged</title>
      <p>9 http://sourceforge.net/projects/perstem</p>
    </sec>
    <sec id="sec-4">
      <title>Tagged</title>
    </sec>
    <sec id="sec-5">
      <title>Stemmed and tagged Stemmed Stemmed Tagged</title>
      <p>TABLE 3 DIFFERENT CONFIGURATIONS
Config. Corpus</p>
      <p>Query
Title with equal weighting for all POS tags
Stemmed title with equal weighting for all POS tags
Stemmed title without POS tagging
Stemmed Title plus description
Title plus description with equal weighting for all POS tags
Title with various weighting schemes for different POS tags</p>
      <p>Title (Neither stemmed nor tagged)
l
a
v
e
i
r
t
e
R
n
o
i
t
a
m
r
o
f
n
I
n
a
i
s
r
e
P
n
I
g
n
i
g
g
a
T
h
c
e
e
p
S
f
o
t
r
a
P
g
n
i
s</p>
      <p>U
6 . R e s u l t s
Before going through the results, it’s worth mentioning that since the Hamshahri collection has never
been tagged before, we do not have any measurement of the accuracy of the POS tags however basic
observations and sampling shows reasonable accuracy.
10 The Lemur Project. 2001-2008. University of Massachusetts and Carnegie Mellon University.
[www.lemurproject.org]
l
a
v
e
i
r
t
e
R
n
o
i
t
a
m
r
o
f
n
I
n
a
i
s
r
e
P
n
I
g
n
i
g
g
a
T
h
c
e
e
p
S
f
o
t
r
a
P
g
n
i
s</p>
      <p>U</p>
      <p>TABLE 4 MAIN RESULTS
 
normal
corpus
tagged
(title)
tagged (title</p>
      <p>and
description)</p>
      <sec id="sec-5-1">
        <title>Average precision R-Precision</title>
        <p>The results we obtained indicate that the Persian retrieval benefits from stemming. Stemming the
documents and queries alone returned one of the best results of our experiments with the average
precision at 36% and R-Precision at 41%. This is in contrast with experiments conducted by other groups
in University of Tehran on the same corpus. Therefore further experiments with different types of
stemmers and stemming techniques are required in order to clarify the role of stemming in Persian text
processing.</p>
        <p>Even though stemming increases the performance of the system, there is a sudden fall when the
description is added to the queries, this time even worse than our base line system. The reason for this
again goes back to the expansion of the queries by words which might be unnecessary for our results, but
this time since many words have turned into a single representation, the effect of misleading terms have
increased dramatically. This undesired performance does not get any better even with the omission of
stop words that seem to play an important role.</p>
        <p>The best result of our experiment was achieved by using the stemming schema on the tagged corpus and
title of the queries. This time the average precision reached its peak at 39% and the R-precision stayed at
41% like the stemmed corpus without tags which could mean that the effect of stemming on our retrieval
system is much higher than part of speech tagging.</p>
        <p>The main focus of our experiments was the weighting of the different terms based on their tags. Many
different combinations of weights for different tags have been tried but not only had none of the
weighing schemes improved the performance, some of them demonstrated the worse performances.
Table 5 depicts the results of some of these experiments. Giving a weight of zero to a tag is the same as
omitting that tag from the corpus and the queries. In some experiments as much as 20 least significant
tags were omitted from the queries but the precision and recall were reduced. In general the average
precision for all the tag weighting schemas was 22% and the average R-Precision was 26% as seen in
table 4.</p>
        <p>TABLE 5 WEIGHTING SCHEMAS</p>
      </sec>
      <sec id="sec-5-2">
        <title>Average precision</title>
      </sec>
      <sec id="sec-5-3">
        <title>R-Precision</title>
        <p>20 less used tags
omitted, others
equal weight
The reason for such behavior can be explained by the importance of different tags in the Persian
language. Despite our original study that led us to the omission of the 20 least important tags, they
actually played a role in the retrieval. Thus by omitting them the performance of the system declined.
l
a
v
e
i
r
t
e
R
n
o
i
t
a
m
r
o
f
n
I
n
a
i
s
r
e
P
n
I
g
n
i
g
g
a
T
h
c
e
e
p
S
f
o
t
r
a
P
g
n
i
s</p>
        <p>U</p>
        <p>FIGURE 2 R-PRECISION OF THE DIFFERENT CONFIGURATIONS
7 . C L E F 2 0 0 8 R e s u l t s
All the preceding results were based on training data that is a part of Hamshahri Corpus. In order to
further benchmark our system we decided to participate in CELF 2008 monolingual Persian ad hoc track.
Our system was named Tehran-NLP and its results were not promising and ranked very low among the
other participants. There are some explanations as:
•
•</p>
        <p>Our model was developed on the basis of including meta-information about the part of speech of
words in information retrieval and since this was our first participation in CLEF 2008, our
system was not fine tuned for CLEF.</p>
        <p>Not knowing the rules correctly, we submitted the top 100 retrieved documents instead of top
1000 as all other University of Tehran participants did. This could have an undesirable effect on
our runs.</p>
        <p>As a result our system was not that successful in CLEF 2008 and we could not make it to the top five.
8 . C o n c l u s i o n a n d F u t u r e W o r k
This study attempted to measure the effectiveness of part of speech tagging and stemming on Persian
information retrieval. Different configurations were used as weighting schemas and the first set of results
on training data showed that tagging does improve the performance of the system while weighting based
on POS tags reduces it.</p>
        <p>The second part of our studies demonstrated that stemming when used along with tagging has a
significant effect on the performance.
l
a
v
e
i
r
t
e
R
n
o
i
t
a
m
r
o
f
n
I
n
a
i
s
r
e
P
n
I
g
n
i
g
g
a
T
h
c
e
e
p
S
f
o
t
r
a
P
g
n
i
s</p>
        <p>U</p>
        <p>The result of this study has several implications for future research, first all POS tags are important.
Omitting words with specific parts of speech tags in queries or even in documents can have negative
effect on Precision and Recall.</p>
        <p>We used the simplified tag set with only 40 tags and simplified version of Bijankhan Tagged corpus as
our training data. After training we tagged the entire Hamshahri collection automatically. For future
research, one might consider a more complex set of part of speech tags. For example, it seems reasonable
to assume distinguishing location names from general nouns could be important for query processing and
might have a positive effect on effectiveness.</p>
        <p>In this research a simple grammatical based algorithm was used to stem Hamshahri collection. Other
research groups in DBRG lab of University of Tehran have tried other stemming algorithms and methods
and have come up with different results. So, in future, one might want to conduct experiments with all
the available stemming methods and algorithms and come up with an explanation for these different
behaviors. In addition, other retrieval models should be studied in these experimental configurations in
order to ensure that the results obtained are general and not dependent on a particular retrieval model
such as Indri.</p>
        <p>R e f e r e n c e s</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Allen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>1995</year>
          ).
          <article-title>Natural Language Understanding, Second Edition</article-title>
          . Benjain/Cummings Publishing Company.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Amiri</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aleahmad</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oroumchian</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lucas</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Rahgozar</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Using OWA Fuzzy Operator to Merge Retrieval System Results. Computational Approaches to Arabic Script based Languages, CAASL2007</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Amiri</surname>
          </string-name>
          , Hojjat, &amp;
          <string-name>
            <surname>Oroumchian</surname>
          </string-name>
          . (
          <year>2007</year>
          ).
          <article-title>Investigation on a Feasible Corpus for Persian POS Tagging</article-title>
          . 12th International CSI Computer Conference (CSICC)
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Bijankhan.</surname>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>The Role of the Corpus in Writing a Grammar: an Introduction to a Software</article-title>
          .
          <source>Iranian Journal of Linguistics</source>
          , vol.
          <volume>19</volume>
          , no. 2.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Brants</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>TnT, a statistical part-of-speech tagger</article-title>
          .
          <source>In Proc. Sixth Conference on Applied Natural Language Processing (ANLP-2000)</source>
          , Seattle, WA .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Carlberger</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kann</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>Implementing an efficient part-of-speech tagger</article-title>
          .
          <source>Software Practice &amp; Experience</source>
          ,
          <fpage>815</fpage>
          -
          <lpage>832</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Darrudi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hejazi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Oroumchian</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Assessment of a Modern Persian Corpus</article-title>
          .
          <source>The Second Workshop on Information Technology and its Disciplines</source>
          ,
          <year>WITID2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Klavans</surname>
          </string-name>
          , j., &amp;
          <string-name>
            <surname>Kan</surname>
          </string-name>
          , M.-y. (
          <year>1998</year>
          ).
          <article-title>Role of Verbs in Document Analysis</article-title>
          .
          <source>Coling-ACL</source>
          ,
          <fpage>680</fpage>
          -
          <lpage>686</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>LEWIS</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <source>Natural Language Processing for Information Retrieval. Communication of the ACM</source>
          , Volume
          <volume>39</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>1</given-names>
          </string-name>
          ,
          <fpage>92</fpage>
          -
          <lpage>101</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Mohtarami</surname>
          </string-name>
          , Amiri, &amp;
          <string-name>
            <surname>Oroumchian</surname>
          </string-name>
          . (
          <year>2006</year>
          ).
          <article-title>Using Heuristic Rules to Improve Persian Part of speech Tagging Accuracy. the 6th international conference on informatics and systems</article-title>
          ,
          <source>INFOS</source>
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Ooumchian</surname>
          </string-name>
          , Tasharofi, Amiri, Hojjat, &amp;
          <string-name>
            <surname>Raja</surname>
          </string-name>
          . (
          <year>2006</year>
          ).
          <article-title>Creating a Feasible Corpus for Persian POS Tagging</article-title>
          .
          <source>Rechnical Report, NO. TR3/06</source>
          , University of Wollongong (Dubai Campus) .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Paik</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liddy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>McKenna</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>1993</year>
          ).
          <article-title>Interpretation of proper nouns for information retrieval</article-title>
          .
          <source>Proceedings of the workshop on Human Language Technology</source>
          ,
          <fpage>309</fpage>
          -
          <lpage>313</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Raja</surname>
          </string-name>
          , Amiri, Tasharofi, Sarmadi, Hojjat, &amp;
          <string-name>
            <surname>Oroumchian</surname>
          </string-name>
          . (
          <year>2007</year>
          ).
          <article-title>Evaluation of Part of Speech Tagging on Persian Text</article-title>
          . The Second Workshop on Computational Approaches to Arabic
          <source>Script-Based Languages, LSA 2007 Linguistic Institute</source>
          , Stanford University, usa .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>A Study for Evaluating the Importance of Various Parts of Speech (POS) for Information Retrieval (IR)</article-title>
          .
          <source>Proceedings of International Conference on Universal Knowledge and Languages (ICUKL</source>
          )
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Singhal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buckley</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>Pivoted Document Length Normalization</article-title>
          .
          <source>In Proc. of the 19th ACM SIGIR Conference .</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Strohman</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Metzler</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Turtle</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Croft</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Indri: a language-model based search engine for complex queries</article-title>
          .
          <source>CIIR technical report .</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Tasharofi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raja</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oroumchian</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Rahgozar</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Evaluation of statistical part of speech tagging of persian text</article-title>
          .
          <source>9th International Symposium on Signal Processing and Its Applications</source>
          ,
          <year>2007</year>
          .
          <source>ISSPA</source>
          <year>2007</year>
          ,
          <volume>1</volume>
          -
          <fpage>4</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Turney</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Mining the Web for Lexical Knowledge to Improve Keyphrase Extraction: Learning from Labeled and Unlabeled Data</article-title>
          .
          <source>National Research Council of Canada .</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Turney</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Littman</surname>
            ,
            <given-names>M. L.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Unsupervised Learning of Semantic Orientation from a HundredBillion-Word Corpus</article-title>
          .
          <source>National Research Council of Canada .</source>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Witten</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moffat</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bell</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>Nov 1995</year>
          ).
          <article-title>Managing Gigabytes: Compressing and Indexing Documents and Images</article-title>
          .
          <source>IEEE Transactions on Information Theory.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>